1
0
Fork 0

feat: Added waistToArmhole measurement

This commit is contained in:
Joost De Cock 2022-04-03 15:21:36 +02:00
parent 37883cf704
commit cd7a3cb57a
4 changed files with 6 additions and 0 deletions

View file

@ -28,6 +28,7 @@ underbust: Underbust
upperLeg: Upper leg circumference
waist: Waist circumference
waistBack: Waist back
waistToArmhole: Waist to armhole
waistToFloor: Waist to floor
waistToHips: Waist to hips
waistToKnee: Waist to knee

View file

@ -23,6 +23,7 @@ export default {
'upperLeg',
'waist',
'waistBack',
'waistToArmhole',
'waistToFloor',
'waistToHips',
'waistToKnee',
@ -61,6 +62,7 @@ export default {
'upperLeg',
'waist',
'waistBack',
'waistToArmhole',
'waistToFloor',
'waistToHips',
'waistToKnee',

View file

@ -39,6 +39,7 @@ export default complete({
upperLeg: 570,
waist: 750,
waistBack: 380,
waistToArmhole: 17,
waistToFloor: 1050,
waistToHips: 125,
waistToKnee: 600,

View file

@ -16,6 +16,7 @@ export default complete({
crotchDepth: 340,
heel: 360,
head: 590,
highBust: 103,
hips: 840,
hpsToBust: 280,
hpsToWaistBack: 470,
@ -31,6 +32,7 @@ export default complete({
upperLeg: 625,
waist: 810,
waistBack: 410,
waistToArmhole: 21,
waistToFloor: 1160,
waistToHips: 130,
waistToKnee: 640,