1
0
Fork 0
freesewing/packages/charlie/src/front.js

31 lines
333 B
JavaScript
Raw Normal View History

2021-01-30 16:30:45 +01:00
export default (part) => {
// Shorthand
let {
points,
Point,
paths,
Path,
measurements,
options,
complete,
paperless,
store,
macro,
utils,
snippets,
Snippet,
sa
} = part.shorthand()
if (complete) {
if (sa) {
}
if (paperless) {
}
}
return part
}