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

45 lines
901 B
JavaScript
Raw Normal View History

import pkg from '../package.json'
2021-09-14 00:04:33 +02:00
export default {
name: 'lunetius',
version: pkg.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: {
2021-10-16 12:08:02 +02:00
list: ['toKnee', 'toBelowKnee', 'toHips', 'toUpperLeg', 'toFloor'],
dflt: 'toBelowKnee',
2021-10-08 17:32:12 +02:00
},
},
2021-09-14 00:04:33 +02:00
}