2022-08-25 12:14:16 +02:00
|
|
|
import pkg from '../package.json' assert { type: 'json' }
|
|
|
|
|
|
|
|
const { version } = pkg
|
2019-04-07 17:01:58 +02:00
|
|
|
|
|
|
|
export default {
|
2022-06-14 13:09:09 +02:00
|
|
|
version,
|
2020-06-29 19:51:22 +02:00
|
|
|
name: 'florent',
|
|
|
|
design: 'Quentin Felix',
|
|
|
|
code: ['Quentin Felix', 'Joost De Cock'],
|
|
|
|
department: 'accessories',
|
|
|
|
type: 'pattern',
|
2021-06-14 19:20:50 -04:00
|
|
|
difficulty: 3,
|
2019-07-06 15:24:23 +02:00
|
|
|
optionGroups: {
|
2021-04-24 10:16:31 +02:00
|
|
|
fit: ['headEase'],
|
2019-07-06 15:24:23 +02:00
|
|
|
},
|
2020-06-29 19:51:22 +02:00
|
|
|
measurements: ['head'],
|
2019-04-07 17:01:58 +02:00
|
|
|
dependencies: {
|
2020-06-29 19:51:22 +02:00
|
|
|
side: 'top',
|
|
|
|
brimTop: 'brimBottom',
|
2021-04-24 10:16:31 +02:00
|
|
|
brimInterfacing: 'brimBottom',
|
2019-04-07 17:01:58 +02:00
|
|
|
},
|
|
|
|
inject: {
|
2020-06-29 19:51:22 +02:00
|
|
|
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 },
|
|
|
|
},
|
2020-06-29 19:51:22 +02:00
|
|
|
}
|