🔧 Reconfigure packages
This commit is contained in:
parent
b069743e9e
commit
025ff0adde
51 changed files with 403 additions and 333 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue