1
0
Fork 0
freesewing/packages/lunetius/config/index.js
2021-10-16 12:08:02 +02:00

46 lines
962 B
JavaScript

import { version } from '../package.json'
// ?? 🤔 ?? --> https://en.freesewing.dev/packages/core/config
export default {
name: 'lunetius',
version,
design: 'Rika Tamaike',
code: 'Rika Tamaike',
department: 'tops',
type: 'pattern',
difficulty: 1,
tags: [
'freesewing',
'design',
'diy',
'fashion',
'made to measure',
'parametric design',
'pattern',
'sewing',
'sewing pattern',
],
optionGroups: {
style: ['lengthRatio', 'widthRatio', 'length'],
},
measurements: [
'waistToKnee',
'waistToUpperLeg',
'waistToFloor',
'hpsToWaistBack',
'neck',
'shoulderToShoulder',
'shoulderToElbow',
'waistToHips',
],
parts: ['lacerna'],
options: {
lengthRatio: { pct: 105, min: 60, max: 130 },
widthRatio: { pct: 100, min: 50, max: 130 },
length: {
list: ['toKnee', 'toBelowKnee', 'toHips', 'toUpperLeg', 'toFloor'],
dflt: 'toBelowKnee',
},
},
}