📦 Renamed freesewing pkg to @freesewing/core
This commit is contained in:
parent
d249b0f1ae
commit
476f4b8088
36 changed files with 31 additions and 32 deletions
19
packages/core/src/index.js
Normal file
19
packages/core/src/index.js
Normal file
|
@ -0,0 +1,19 @@
|
|||
import Design from "./design";
|
||||
import Pattern from "./pattern";
|
||||
import Point from "./point";
|
||||
import Path from "./path";
|
||||
import Snippet from "./snippet";
|
||||
import * as utils from "./utils";
|
||||
import { version } from "../package.json";
|
||||
|
||||
export default {
|
||||
version,
|
||||
Design,
|
||||
Pattern,
|
||||
Point,
|
||||
Path,
|
||||
Snippet,
|
||||
utils,
|
||||
patterns: {},
|
||||
plugins: {}
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue