commit
This commit is contained in:
parent
3832e15ff1
commit
44b18c682f
32 changed files with 641 additions and 566 deletions
22
plugins/plugin-annotations/src/index.mjs
Normal file
22
plugins/plugin-annotations/src/index.mjs
Normal file
|
@ -0,0 +1,22 @@
|
|||
import { bartack } from './bartack.mjs'
|
||||
import { crossbox } from './crossbox.mjs'
|
||||
import { cutonfold } from './cutonfold.mjs'
|
||||
import { pleat } from './pleat.mjs'
|
||||
import { sewtogether } from './sewtogether.mjs'
|
||||
|
||||
// Named exports
|
||||
// export bartack
|
||||
export const bartackPlugin = bartack
|
||||
export const pluginBartack = bartack
|
||||
|
||||
export const crossboxPlugin = crossbox
|
||||
export const pluginCrossbox = crossbox
|
||||
|
||||
export const cutonfoldPlugin = cutonfold
|
||||
export const pluginCutonfold = cutonfold
|
||||
|
||||
export const pleatPlugin = pleat
|
||||
export const pluginPleat = pleat
|
||||
|
||||
export const sewtogetherPlugin = sewtogether
|
||||
export const pluginSewtogether = sewtogether
|
Loading…
Add table
Add a link
Reference in a new issue