construction: Added second part
This commit is contained in:
parent
9bead1d272
commit
3a7460da1d
7 changed files with 90 additions and 47 deletions
14
packages/brian/src/front.js
Normal file
14
packages/brian/src/front.js
Normal file
|
@ -0,0 +1,14 @@
|
|||
import freesewing from "freesewing";
|
||||
import base from "./base";
|
||||
|
||||
var front = {
|
||||
draft: function(part) {
|
||||
// prettier-ignore
|
||||
let {sa, point, points, path, paths, snippet, snippets, final, paperless, macro} = freesewing.utils.shorthand(part);
|
||||
|
||||
macro("title", { at: points.title, nr: 1 });
|
||||
return part;
|
||||
}
|
||||
};
|
||||
|
||||
export default front;
|
Loading…
Add table
Add a link
Reference in a new issue