1
0
Fork 0
freesewing/packages/models/src/measurements.js
2021-08-15 18:56:00 +02:00

72 lines
1.2 KiB
JavaScript

export default {
menswear: [
'ankle',
'biceps',
'chest',
'crossSeam',
'crossSeamFront',
'crotchDepth',
'head',
'heel',
'hips',
'hpsToBust',
'hpsToWaistBack',
'inseam',
'knee',
'neck',
'seat',
'seatBack',
'shoulderSlope',
'shoulderToElbow',
'shoulderToShoulder',
'shoulderToWrist',
'upperLeg',
'waist',
'waistBack',
'waistToFloor',
'waistToHips',
'waistToKnee',
'waistToSeat',
'waistToUpperLeg',
'wrist',
],
womenswear: [
'ankle',
'biceps',
'bustFront',
'bustPointToUnderbust',
'bustSpan',
'chest',
'crossSeam',
'crossSeamFront',
'crotchDepth',
'head',
'heel',
'highBust',
'highBustFront',
'hips',
'hpsToBust',
'hpsToWaistBack',
'hpsToWaistFront',
'inseam',
'knee',
'neck',
'seat',
'seatBack',
'shoulderSlope',
'shoulderToElbow',
'shoulderToShoulder',
'shoulderToWrist',
'underbust',
'upperLeg',
'waist',
'waistBack',
'waistToFloor',
'waistToHips',
'waistToKnee',
'waistToSeat',
'waistToUnderbust',
'waistToUpperLeg',
'wrist',
],
}