1
0
Fork 0
freesewing/packages/rendertest/config/index.js
2021-12-24 13:28:34 +01:00

28 lines
689 B
JavaScript

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