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

35 lines
1,004 B
JavaScript
Raw Normal View History

import { version } from '../package.json'
2019-09-13 15:56:35 +01:00
// ?? 🤔 ?? --> https://en.freesewing.dev/packages/core/config
export default {
name: 'holmes',
2021-08-24 15:14:27 +01:00
version: "2.17.5",
design: 'Erica Alcusa Sáez',
2021-08-24 15:14:27 +01:00
code: 'Erica Alcusa Sáez, bobgeorgethe3rd',
department: 'accessories',
type: 'pattern',
2019-09-13 15:56:35 +01:00
difficulty: 3,
optionGroups: {
2021-08-24 15:14:27 +01:00
fit: ['head_ease'],
style: ['lengthRatio', 'goreNumber', 'billAngle', 'billWidth','ear_length','ear_width','buttonhole'],
advanced:['bill_length'],
2019-09-13 15:56:35 +01:00
},
measurements: ['head'],
2019-09-13 15:56:35 +01:00
dependencies: {},
inject: {},
hide: [],
2021-08-24 15:14:27 +01:00
parts: ['gore', 'bill', 'ear'],
2019-09-13 15:56:35 +01:00
options: {
2021-08-24 15:14:27 +01:00
head_ease: { mm: 19, min: 0, max: 50 },
2019-09-13 15:56:35 +01:00
lengthRatio: { pct: 55, min: 40, max: 60 },
goreNumber: { count: 6, min: 4, max: 20 },
2021-08-24 15:14:27 +01:00
billAngle: { deg: 45, min: 10, max: 90 },
billWidth: { mm: 30, min: 5, max: 100 },
ear_length: { pct: 100, min: 80, max: 150 },
ear_width: { pct: 100, min: 80, max: 150 },
bill_length: { pct: 100, min: 80, max: 150 },
buttonhole: {bool: false}
2021-04-24 10:16:31 +02:00
},
}