1
0
Fork 0

🔥 Removed benjamin because it's not close to being ready

This commit is contained in:
Joost De Cock 2019-04-29 10:43:21 +02:00
parent 39fffd900b
commit 223c920137
7 changed files with 0 additions and 556 deletions

View file

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