1
0
Fork 0

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:
Joost De Cock 2022-09-07 21:16:44 +02:00
parent ef4a70c8f3
commit 55e5dc3d0c
11 changed files with 664 additions and 182 deletions

View 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 }