1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-05-21 20:29:38 +02:00
parent b069743e9e
commit 025ff0adde
51 changed files with 403 additions and 333 deletions

View file

@ -8,7 +8,7 @@ export default function(part) {
let { macro, store, options, Path, paths, Point } = part.shorthand();
store.set("y", 0);
store.set("w", options.width);
let colors = [
let color = [
"fabric",
"lining",
"interfacing",
@ -18,7 +18,7 @@ export default function(part) {
"contrast",
"note"
];
store.set("colors", colors);
store.set("colors", color);
if (options.widthHd)
macro("hd", {
from: new Point(0, 0),