1
0
Fork 0

sparkles: Front part

This commit is contained in:
Joost De Cock 2018-12-21 19:38:05 +01:00
parent 58729a32b0
commit f72ddf53cb
7 changed files with 146 additions and 24 deletions

View file

@ -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;