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'
|
||||
|
||||
function lunetiusLacerna(part) {
|
||||
const {
|
||||
Point,
|
||||
points,
|
||||
Path,
|
||||
paths,
|
||||
measurements,
|
||||
options,
|
||||
macro,
|
||||
complete,
|
||||
snippets,
|
||||
Snippet,
|
||||
sa,
|
||||
paperless,
|
||||
store,
|
||||
utils,
|
||||
} = part.shorthand()
|
||||
|
||||
function lunetiusLacerna({
|
||||
Point,
|
||||
points,
|
||||
Path,
|
||||
paths,
|
||||
measurements,
|
||||
options,
|
||||
macro,
|
||||
complete,
|
||||
snippets,
|
||||
Snippet,
|
||||
sa,
|
||||
paperless,
|
||||
store,
|
||||
utils,
|
||||
part,
|
||||
}) {
|
||||
// Store length and width
|
||||
store.set(
|
||||
'length',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue