1
0
Fork 0
freesewing/designs/albert/config/index.js

30 lines
856 B
JavaScript
Raw Normal View History

import pkg from '../package.json' assert { type: 'json' }
const { version } = pkg
2020-09-25 15:47:28 -07:00
export default {
version,
2020-09-25 15:47:28 -07:00
name: 'albert',
design: 'Wouter Van Wageningen',
code: 'Wouter Van Wageningen',
department: 'accessories',
2020-09-25 15:47:28 -07:00
type: 'pattern',
difficulty: 2,
2020-09-25 15:47:28 -07:00
optionGroups: {
fit: ['backOpening', 'chestDepth'],
2021-04-24 10:16:31 +02:00
style: ['lengthBonus', 'bibLength', 'bibWidth', 'strapWidth'],
2020-09-25 15:47:28 -07:00
},
measurements: ['chest', 'waist', 'hips', 'hpsToWaistBack', 'waistToKnee'],
2020-09-25 15:47:28 -07:00
dependencies: {},
inject: {},
hide: [],
parts: ['front', 'strap', 'pocket'],
options: {
backOpening: { pct: 10, min: 0, max: 25 },
lengthBonus: { pct: 0, min: -20, max: 25 },
chestDepth: { pct: 22, min: 15, max: 90 },
bibLength: { pct: 75, min: 0, max: 90 },
bibWidth: { pct: 100, min: 50, max: 125 },
2021-04-24 10:16:31 +02:00
strapWidth: { pct: 60, min: 20, max: 100 },
},
2020-09-25 15:47:28 -07:00
}