1
0
Fork 0

chore(tiberius): Port to v3 stage 2

This commit is contained in:
joostdecock 2022-09-11 17:02:45 +02:00
parent 674e80b591
commit 809875ffac
2 changed files with 15 additions and 21 deletions

View file

@ -1,5 +0,0 @@
{
"env": {
"jest": true
}
}

View file

@ -1,7 +1,6 @@
import { pluginBundle } from '@freesewing/plugin-bundle'
function tiberiusTunica(part) {
const {
function tiberiusTunica({
Point,
points,
Path,
@ -14,8 +13,8 @@ function tiberiusTunica(part) {
Snippet,
sa,
paperless,
} = part.shorthand()
part,
}) {
// Handle width
let width =
options.width === 'toElbow'