tada: Initial commit
This commit is contained in:
parent
6597d8218d
commit
aebcf8e3ad
24 changed files with 7743 additions and 3 deletions
37
packages/aaron/config/config.js
Normal file
37
packages/aaron/config/config.js
Normal file
|
@ -0,0 +1,37 @@
|
|||
export default {
|
||||
name: "aaron",
|
||||
measurements: [
|
||||
"bicepsCircumference",
|
||||
"centerBackNeckToWaist",
|
||||
"chestCircumference",
|
||||
"naturalWaistToHip",
|
||||
"neckCircumference",
|
||||
"shoulderSlope",
|
||||
"shoulderToShoulder",
|
||||
"hipsCircumference"
|
||||
],
|
||||
options: {
|
||||
// Constants
|
||||
collarFactor: 4.8,
|
||||
acrossBackFactor: 0.97,
|
||||
backNeckCutout: 0.05,
|
||||
bicepsEase: 0.05,
|
||||
shoulderEase: 0,
|
||||
collarEase: 0,
|
||||
frontArmholeDeeper: 0,
|
||||
armholeDepthFactor: 0.6,
|
||||
|
||||
// Percentages
|
||||
armholeDrop: { val: 10, min: 0, max: 50 },
|
||||
backlineBend: { val: 0, min: 0, max: 8 },
|
||||
chestEase: { val: 8, min: 0, max: 20 },
|
||||
hipsEase: { val: 8, min: 0, max: 20 },
|
||||
lengthBonus: { val: 10, min:-20, max: 60 },
|
||||
necklineBend: { val: 60, min: 40, max: 100 },
|
||||
necklineDrop: { val: 15, min: 10, max: 35 },
|
||||
shoulderSlopeReduction: { val: 0, min: 0, max: 8 },
|
||||
stretchFactor: { val: 5, min: 0, max: 15 },
|
||||
shoulderStrapWidth: { val: 20, min: 10, max: 40 },
|
||||
shoulderStrapPlacement: { val: 50, min: 20, max: 80 },
|
||||
}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue