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

47 lines
962 B
JavaScript
Raw Normal View History

2021-09-14 00:04:33 +02:00
import { version } from '../package.json'
// ?? 🤔 ?? --> https://en.freesewing.dev/packages/core/config
export default {
name: 'lunetius',
version,
design: 'Rika Tamaike',
code: 'Rika Tamaike',
2021-09-14 00:04:33 +02:00
department: 'tops',
type: 'pattern',
difficulty: 1,
tags: [
'freesewing',
'design',
'diy',
'fashion',
'made to measure',
'parametric design',
'pattern',
'sewing',
2021-10-08 17:32:12 +02:00
'sewing pattern',
2021-09-14 00:04:33 +02:00
],
optionGroups: {
style: ['lengthRatio', 'widthRatio', 'length'],
2021-09-14 00:04:33 +02:00
},
2021-10-08 17:32:12 +02:00
measurements: [
'waistToKnee',
'waistToUpperLeg',
'waistToFloor',
'hpsToWaistBack',
'neck',
'shoulderToShoulder',
'shoulderToElbow',
'waistToHips',
],
2021-09-14 00:04:33 +02:00
parts: ['lacerna'],
options: {
lengthRatio: { pct: 105, min: 60, max: 130 },
widthRatio: { pct: 100, min: 50, max: 130 },
2021-10-08 17:32:12 +02:00
length: {
list: ['ToKnee', 'ToBelowKnee', 'ToHips', 'ToUpperLeg', 'ToFloor'],
dflt: 'ToBelowKnee',
},
},
2021-09-14 00:04:33 +02:00
}