1
0
Fork 0

chore(lunetius): Port to v3 stage 2

This commit is contained in:
joostdecock 2022-09-11 16:03:17 +02:00
parent cbe1a0aed3
commit 14443be13e

View file

@ -1,7 +1,6 @@
import { pluginBundle } from '@freesewing/plugin-bundle' import { pluginBundle } from '@freesewing/plugin-bundle'
function lunetiusLacerna(part) { function lunetiusLacerna({
const {
Point, Point,
points, points,
Path, Path,
@ -16,8 +15,8 @@ function lunetiusLacerna(part) {
paperless, paperless,
store, store,
utils, utils,
} = part.shorthand() part,
}) {
// Store length and width // Store length and width
store.set( store.set(
'length', 'length',