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,23 +1,22 @@
|
||||||
import { pluginBundle } from '@freesewing/plugin-bundle'
|
import { pluginBundle } from '@freesewing/plugin-bundle'
|
||||||
|
|
||||||
function lunetiusLacerna(part) {
|
function lunetiusLacerna({
|
||||||
const {
|
Point,
|
||||||
Point,
|
points,
|
||||||
points,
|
Path,
|
||||||
Path,
|
paths,
|
||||||
paths,
|
measurements,
|
||||||
measurements,
|
options,
|
||||||
options,
|
macro,
|
||||||
macro,
|
complete,
|
||||||
complete,
|
snippets,
|
||||||
snippets,
|
Snippet,
|
||||||
Snippet,
|
sa,
|
||||||
sa,
|
paperless,
|
||||||
paperless,
|
store,
|
||||||
store,
|
utils,
|
||||||
utils,
|
part,
|
||||||
} = part.shorthand()
|
}) {
|
||||||
|
|
||||||
// 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