1
0
Fork 0

It's working!

This commit is contained in:
Wouter van Wageningen 2023-03-04 01:36:34 +00:00
parent 12c6d3b1c1
commit 8e68582d4e
8 changed files with 109 additions and 124 deletions

View file

@ -4,9 +4,7 @@ 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 { scalebox, scalebox2 } from './scalebox.mjs'
import { notches } from './notches.mjs'
import { pleat } from './pleat.mjs'
import { sewtogether } from './sewtogether.mjs'
@ -27,8 +25,6 @@ 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