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

36 lines
666 B
JavaScript
Raw Normal View History

import { version } from '../package.json'
2022-03-19 15:58:52 +01:00
export default {
version,
2022-03-19 15:58:52 +01:00
name: 'lucy',
design: 'SeaZeeZee',
code: 'SeaZeeZee',
department: 'accessories',
type: 'pattern',
difficulty: 2,
2022-03-19 15:58:52 +01:00
tags: [
'freesewing',
'design',
'diy',
'fashion',
'made to measure',
'parametric design',
'pattern',
'sewing',
'sewing pattern',
],
optionGroups: {
2022-05-31 16:01:00 +02:00
style: ['width', 'length', 'edge'],
2022-03-19 15:58:52 +01:00
},
measurements: [],
dependencies: {},
inject: {},
hide: [],
2022-05-08 16:00:26 +02:00
parts: ['pocket'],
2022-03-19 15:58:52 +01:00
options: {
2022-05-08 15:13:36 +02:00
width: { pct: 50, min: 30, max: 100 },
2022-05-31 16:01:00 +02:00
length: { pct: 50, min: 30, max: 100 },
2022-05-08 15:13:36 +02:00
edge: { pct: 25, min: 20, max: 50 },
2022-03-19 15:58:52 +01:00
},
}