1
0
Fork 0
freesewing/config/templates/design/config.js

23 lines
430 B
JavaScript

import { version } from './package.json' assert { type: 'json' }
export default {
name: '{{name}}',
version,
design: '{{author}}',
code: '{{author}}',
department: '{{department}}',
type: '{{type}}',
difficulty: 3,
tags: [ ],
optionGroups: {
fit: ['size'],
},
measurements: [],
dependencies: {},
inject: {},
hide: [],
parts: ['box'],
options: {
size: { pct: 50, min: 10, max: 100 },
},
}