1
0
Fork 0

chore: Reconfigure update

This commit is contained in:
Joost De Cock 2022-09-01 08:49:45 +02:00
parent 13e32d9ed9
commit 733f584160
2 changed files with 3 additions and 2 deletions

View file

@ -13,4 +13,4 @@ testPatternConfig(Brian)
testPatternDrafting(Brian, false) testPatternDrafting(Brian, false)
// Test sampling - Change the second parameter to `true` to log errors // Test sampling - Change the second parameter to `true` to log errors
testPatternSampling(Brian, 0) testPatternSampling(Brian, false)

View file

@ -95,7 +95,8 @@ The digits in the model refer to the neck circumference in cm.
- measurements: A list/array of measurement names - measurements: A list/array of measurement names
- sizes: An object with `menswear` and `womenswear` keys that hold a list/array of sizes we provide - sizes: An object with `menswear` and `womenswear` keys that hold a list/array of sizes we provide
- menswear: An object with the menswear models
- womenswear: An object with the womenswear models