1
0
Fork 0
freesewing/packages/fu/config/index.js

24 lines
541 B
JavaScript
Raw Normal View History

2020-02-29 13:12:20 +01:00
import { version } from '../package.json'
export default {
name: 'fu',
version: version,
design: 'Joost De Cock',
code: 'Joost De Cock',
department: 'accessories',
type: 'pattern',
difficulty: 1,
tags: [],
optionGroups: {
fit: ['height', 'length', 'curve', 'shaping']
},
measurements: ['headCircumference'],
parts: ['mask'],
options: {
length: { pct: 40, min: 30, max: 50 },
height: { pct: 25, min: 20, max: 30 },
curve: { pct: 6, min: 3, max: 9 },
shaping: { pct: 50, min: 25, max: 75 }
}
}