feat(plugin-cutlist): New plugin to manage cutlist
This also removed the cutlist-related functionality that was added to core as an early v3 feature.
This commit is contained in:
parent
ef4a70c8f3
commit
55e5dc3d0c
11 changed files with 664 additions and 182 deletions
4
plugins/plugin-cutlist/data.mjs
Normal file
4
plugins/plugin-cutlist/data.mjs
Normal file
|
@ -0,0 +1,4 @@
|
|||
// This file is auto-generated | All changes you make will be overwritten.
|
||||
export const name = "@freesewing/plugin-cutlist"
|
||||
export const version = "3.0.0-alpha.0"
|
||||
export const data = { name, version }
|
Loading…
Add table
Add a link
Reference in a new issue