1
0
Fork 0
freesewing/packages/holmes/config/index.js
2021-05-29 14:04:56 +02:00

27 lines
685 B
JavaScript

import { version } from '../package.json'
// ?? 🤔 ?? --> https://en.freesewing.dev/packages/core/config
export default {
name: 'holmes',
version,
design: 'Erica Alcusa Sáez',
code: 'Erica Alcusa Sáez',
department: 'accessories',
type: 'pattern',
difficulty: 3,
optionGroups: {
style: ['lengthRatio', 'goreNumber', 'brimAngle', 'brimWidth'],
},
measurements: ['head'],
dependencies: {},
inject: {},
hide: [],
parts: ['gore', 'brim', 'ear'],
options: {
lengthRatio: { pct: 55, min: 40, max: 60 },
goreNumber: { count: 6, min: 4, max: 20 },
brimAngle: { deg: 45, min: 10, max: 90 },
brimWidth: { mm: 30, min: 5, max: 100 },
},
}