chore(lunetius): Port to v3 stage 2
This commit is contained in:
parent
cbe1a0aed3
commit
14443be13e
1 changed files with 17 additions and 18 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue