📦 Renamed freesewing pkg to @freesewing/core
This commit is contained in:
parent
d249b0f1ae
commit
476f4b8088
36 changed files with 31 additions and 32 deletions
12
packages/core/src/hooks.js
Normal file
12
packages/core/src/hooks.js
Normal file
|
@ -0,0 +1,12 @@
|
|||
export default function Hooks() {
|
||||
return {
|
||||
preDraft: [],
|
||||
postDraft: [],
|
||||
preSample: [],
|
||||
postSample: [],
|
||||
preRender: [],
|
||||
postRender: [],
|
||||
insertText: [],
|
||||
debug: []
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue