1
0
Fork 0
freesewing/packages/examples/config/index.js
2020-03-15 10:53:05 +01:00

105 lines
2.1 KiB
JavaScript

import { version } from "../package.json";
export default {
name: "examples",
version,
design: "Joost De Cock",
code: "Joost De Cock",
department: "womenswear",
type: "pattern",
difficulty: 1,
tags: [
"example",
],
optionGroups: {
fit: ["fixme"]
},
measurements: [],
dependencies: {
point_attr: "path_attr"
},
parts: [
"point_attr",
"path_move",
"path_line",
"path_curve",
"path__curve",
"path_curve_",
"path_close",
"path_ops",
"path_attr",
"path_clone",
"path_divide",
"path_edge",
"path_end",
"path_intersects",
"path_intersectsx",
"path_intersectsy",
"path_join",
"path_length",
"path_offset",
"path_reverse",
"path_shiftalong",
"path_shiftfractionalong",
"path_split",
"path_start",
"path_translate",
"path_trim",
"plugin_buttons",
"plugin_cutonfold",
"plugin_dimension",
"plugin_grainline",
"plugin_logo",
"plugin_round",
"plugin_scalebox",
"plugin_sprinkle",
"plugin_title",
"point_angle",
"point_attr",
"point_clone",
"point_copy",
"point_dist",
"point_dx",
"point_dy",
"point_flipx",
"point_flipy",
"point_shift",
"point_shiftfractiontowards",
"point_shifttowards",
"point_shiftoutwards",
"point_sitson",
"point_sitsroughlyon",
"point_rotate",
"point_translate",
"settings_sa",
"snippet",
"snippet_attr",
"snippet_clone",
"utils_linesintersect",
"utils_beamsintersect",
"utils_beamintersectsx",
"utils_beamintersectsy",
"utils_lineintersectscurve",
"utils_curvesintersect",
"utils_pointonbeam",
"utils_pointonline",
"utils_pointoncurve",
"utils_circlesintersect",
"utils_beamintersectscircle",
"utils_lineintersectscircle",
"utils_curveintersectsy",
"utils_curveintersectsx",
"utils_splitcurve",
"docs_overview",
"docs_coords"
],
options: {
focus: "",
// Optiongroups are needed for now, because workbench
fixme: {
pct: 50,
min: 0,
max: 100
}
}
};