1
0
Fork 0
This commit is contained in:
Wouter van Wageningen 2023-03-03 22:02:57 +00:00
parent fe0ec212b0
commit 728704d15d
9 changed files with 423 additions and 13 deletions

View file

@ -4,6 +4,9 @@ import { crossbox } from './crossbox.mjs'
import { cutonfold } from './cutonfold.mjs'
import { grainline } from './grainline.mjs'
import { logo } from './logo.mjs'
import { scalebox } from './scalebox.mjs'
import { miniscale } from './scalebox.mjs'
// import { miniscale } from './miniscale.mjs'
import { notches } from './notches.mjs'
import { pleat } from './pleat.mjs'
import { sewtogether } from './sewtogether.mjs'
@ -22,6 +25,11 @@ export const pluginCutonfold = cutonfold
export const pleatPlugin = pleat
export const pluginPleat = pleat
export const scaleboxPlugin = scalebox
export const pluginScalebox = scalebox
export const miniscalePlugin = miniscale
export const pluginMiniscale = miniscale
export const sewtogetherPlugin = sewtogether
export const pluginSewtogether = sewtogether