1
0
Fork 0
freesewing/designs/florent/config/index.js

35 lines
666 B
JavaScript
Raw Normal View History

import pkg from '../package.json' assert { type: 'json' }
const { version } = pkg
2019-04-07 17:01:58 +02:00
export default {
version,
name: 'florent',
design: 'Quentin Felix',
code: ['Quentin Felix', 'Joost De Cock'],
department: 'accessories',
type: 'pattern',
difficulty: 3,
optionGroups: {
2021-04-24 10:16:31 +02:00
fit: ['headEase'],
},
measurements: ['head'],
2019-04-07 17:01:58 +02:00
dependencies: {
side: 'top',
brimTop: 'brimBottom',
2021-04-24 10:16:31 +02:00
brimInterfacing: 'brimBottom',
2019-04-07 17:01:58 +02:00
},
inject: {
side: 'top',
brimTop: 'brimBottom',
2021-04-24 10:16:31 +02:00
brimInterfacing: 'brimBottom',
2019-04-07 17:01:58 +02:00
},
options: {
// Constants
topSide: 0.8,
brim: 0,
// Percentages
2021-04-24 10:16:31 +02:00
headEase: { pct: 2, min: 0, max: 5 },
},
}