🚚 Imported @freesewing/benjamin
This commit is contained in:
parent
99d6747236
commit
322bdc0176
7 changed files with 466 additions and 0 deletions
13
packages/benjamin/src/index.js
Normal file
13
packages/benjamin/src/index.js
Normal file
|
@ -0,0 +1,13 @@
|
|||
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;
|
Loading…
Add table
Add a link
Reference in a new issue