feat(core): Return from macros
This commit is contained in:
parent
3ed61f56e1
commit
18042c8f3d
17 changed files with 98 additions and 31 deletions
|
@ -21,6 +21,7 @@ import { pleatMacros, pleatDefs } from './pleat.mjs'
|
|||
import { sewtogetherMacros, sewtogetherDefs } from './sewtogether.mjs'
|
||||
// Only stores
|
||||
import { flagStores } from './flag.mjs'
|
||||
import { utilsStores } from './utils.mjs'
|
||||
|
||||
export const plugin = {
|
||||
name,
|
||||
|
@ -61,7 +62,7 @@ export const plugin = {
|
|||
...sewtogetherMacros,
|
||||
...titleMacros,
|
||||
},
|
||||
store: [...cutlistStores, ...flagStores],
|
||||
store: [...cutlistStores, ...flagStores, ...utilsStores],
|
||||
}
|
||||
|
||||
export const annotationsPlugin = plugin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue