This commit is contained in:
parent
5a94dfc6d5
commit
9d91cfee74
6 changed files with 383 additions and 0 deletions
48
packages/albert/config/index.js
Normal file
48
packages/albert/config/index.js
Normal file
|
@ -0,0 +1,48 @@
|
|||
import { version } from '../package.json'
|
||||
|
||||
// ?? 🤔 ?? --> https://en.freesewing.dev/packages/core/config
|
||||
|
||||
export default {
|
||||
name: 'albert',
|
||||
version,
|
||||
design: 'WouterVdub',
|
||||
code: 'WouterVdub',
|
||||
department: 'unisex',
|
||||
type: 'pattern',
|
||||
difficulty: 3,
|
||||
tags: [
|
||||
'freesewing',
|
||||
'design',
|
||||
'diy',
|
||||
'fashion',
|
||||
'made to measure',
|
||||
'parametric design',
|
||||
'pattern',
|
||||
'sewing',
|
||||
'sewing pattern'
|
||||
],
|
||||
optionGroups: {
|
||||
fit: ['backOpening', 'chestDepth'],
|
||||
style: ['lengthBonus', 'bibLength', 'bibWidth', 'strapWidth']
|
||||
},
|
||||
measurements: [
|
||||
'chestCircumference',
|
||||
'waistCircumference',
|
||||
'hipsCircumference',
|
||||
'hpsToWaistBack',
|
||||
'hpsToWaistFront',
|
||||
'waistToKnee'
|
||||
],
|
||||
dependencies: {},
|
||||
inject: {},
|
||||
hide: [],
|
||||
parts: ['front', 'strap', 'pocket'],
|
||||
options: {
|
||||
backOpening: { pct: 10, min: 0, max: 25 },
|
||||
lengthBonus: { pct: 0, min: -20, max: 25 },
|
||||
chestDepth: { pct: 22, min: 15, max: 90 },
|
||||
bibLength: { pct: 75, min: 0, max: 90 },
|
||||
bibWidth: { pct: 100, min: 50, max: 125 },
|
||||
strapWidth: { pct: 750, min: 100, max: 1500 }
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue