sparkles: Front part
This commit is contained in:
parent
58729a32b0
commit
f72ddf53cb
7 changed files with 146 additions and 24 deletions
|
@ -5,7 +5,7 @@ import config from "../config/config";
|
|||
import { version } from "../package.json";
|
||||
// Parts
|
||||
import draftBack from "./back";
|
||||
//import draftFront from "./front";
|
||||
import draftFront from "./front";
|
||||
//import draftSleevecap from "./sleevecap";
|
||||
//import draftSleeve from "./sleeve";
|
||||
// backBlock: ".Back block"
|
||||
|
@ -52,6 +52,7 @@ Simon.prototype.draftBackBase = function (part) {
|
|||
return new Brian(this.settings).draftBack(part);
|
||||
}
|
||||
Simon.prototype.draftBack = draftBack;
|
||||
Simon.prototype.draftFront = draftFront;
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue