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

23 lines
497 B
JavaScript
Raw Normal View History

2020-02-29 13:12:20 +01:00
import { version } from '../package.json'
export default {
name: 'florence',
2020-02-29 13:12:20 +01:00
version: version,
design: 'Joost De Cock',
code: 'Joost De Cock',
department: 'accessories',
type: 'pattern',
difficulty: 1,
tags: [],
optionGroups: {
fit: ['height', 'length', 'curve']
2020-02-29 13:12:20 +01:00
},
measurements: ['headCircumference'],
parts: ['mask'],
options: {
length: { pct: 40, min: 35, max: 45 },
height: { pct: 26, min: 23, max: 29 },
curve: { pct: 12.5, min: 10, max: 15 }
2020-02-29 13:12:20 +01:00
}
}