1
0
Fork 0

feat(core): Allow plugins to provide their own packing implementation

This commit is contained in:
Joost De Cock 2023-10-15 15:12:10 +02:00
parent e9135f707a
commit b83ab5df74
20 changed files with 590 additions and 5 deletions

View file

@ -0,0 +1,4 @@
// This file is auto-generated | All changes you make will be overwritten.
export const name = '@freesewing/plugin-bin-pack'
export const version = '3.0.0'
export const data = { name, version }