1
0
Fork 0
freesewing/packages/rendertest/config/index.js
2021-04-24 10:16:31 +02:00

27 lines
612 B
JavaScript

import { version } from '../package.json'
export default {
name: 'rendertest',
version,
design: 'Joost De Cock',
code: 'Joost De Cock',
department: 'womenswear',
type: 'pattern',
difficulty: 1,
tags: ['example'],
optionGroups: {
size: ['width'],
content: ['colors', 'circles', 'text', 'snippets', 'macros'],
},
measurements: [],
parts: ['test'],
options: {
width: { mm: 200, min: 50, max: 500 },
colors: { bool: true },
circles: { bool: true },
text: { bool: true },
snippets: { bool: true },
macros: { bool: true },
widthHd: { bool: true },
},
}