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,
|
2021-10-14 14:37:57 +02:00
|
|
|
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: {
|
2021-10-09 18:41:37 +02:00
|
|
|
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: {
|
2021-10-09 18:41:37 +02:00
|
|
|
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
|
|
|
}
|