1
0
Fork 0
freesewing/designs/aaron/config/index.js

40 lines
764 B
JavaScript
Raw Normal View History

import pkg from '../package.json' assert { type: 'json' }
export const version = pkg.version
export const info = {
version,
name: 'aaron',
design: 'Joost De Cock',
code: 'Joost De Cock',
department: 'tops',
type: 'pattern',
difficulty: 2,
optionGroups: {
fit: ['chestEase', 'hipsEase', 'stretchFactor', 'draftForHighBust'],
style: [
'armholeDrop',
'backlineBend',
'necklineBend',
'necklineDrop',
'shoulderStrapWidth',
'shoulderStrapPlacement',
2021-04-24 10:16:31 +02:00
'lengthBonus',
],
},
}
export const measurements = [
'biceps',
'chest',
'hpsToWaistBack',
'waistToHips',
'neck',
'shoulderSlope',
'shoulderToShoulder',
2021-04-24 10:16:31 +02:00
'hips',
]
2018-08-11 16:42:35 +02:00
export const optionalMeasurements = ['highBust']