1
0
Fork 0

Added overview image to example pattern

This commit is contained in:
Joost De Cock 2019-05-18 17:17:44 +02:00
parent b183c4ef05
commit 8bf0e56e6f
5 changed files with 368 additions and 10 deletions

View file

@ -3,11 +3,13 @@ import { version } from "../package.json";
export default {
name: "examples",
version,
// This is not needed, but is here to sidestep an issue in freesewing
// that needs to be fixed but hasn't yet
dependencies: {
path_attr: "path_ops"
design: "Joost De Cock",
code: "Joost De Cock",
optionGroups: {
fit: ["fixme"]
},
measurements: [],
dependencies: {},
parts: [
"point_attr",
"path__curve",
@ -70,6 +72,15 @@ export default {
"utils_lineintersectscircle",
"utils_curveintersectsy",
"utils_curveintersectsx",
"utils_splitcurve"
]
"utils_splitcurve",
"docs_overview"
],
options: {
// Optiongroups are needed for now, because workbench
fixme: {
pct: 50,
min: 0,
max: 100
}
}
};