1
0
Fork 0
freesewing/packages/rendertest/config/index.js
2022-01-19 16:23:13 +01:00

42 lines
948 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: ['only'],
},
measurements: [],
parts: ['demo', 'circles', 'colors', 'widths', 'styles', 'combos', 'text', 'snippets', 'macros'],
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 },
only: {
dflt: false,
list: [
false,
'circles',
'colors',
'widths',
'styles',
'combos',
'text',
'snippets',
'macros',
],
},
},
}