1
0
Fork 0

🚧 Benjamin WIP

This commit is contained in:
Joost De Cock 2019-07-08 11:54:47 +02:00
parent 7542e2f6b9
commit f96ccc95e7
3 changed files with 328 additions and 311 deletions

View file

@ -2,12 +2,12 @@ import freesewing from "@freesewing/core";
import plugins from "@freesewing/plugin-bundle";
import config from "../config";
// Parts
import draftFront from "./front";
import draftBase from "./base";
// Create new design
const benjamin = new freesewing.Design(config, plugins);
// Attach draft methods to prototype
benjamin.prototype.draftFront = draftFront;
benjamin.prototype.draftBase = draftBase;
export default benjamin;