1
0
Fork 0

chore: Linter changes

This commit is contained in:
Joost De Cock 2021-04-24 10:16:31 +02:00
parent dfdfc46ded
commit f191151ee4
354 changed files with 2467 additions and 2472 deletions

View file

@ -26,7 +26,7 @@ const getPoints = (path, so) => {
let points = {
path1: [path1.start()],
path2: [path2.start()]
path2: [path2.start()],
}
let steps = Math.ceil((len / so.width) * so.density)
for (let i = 1; i < steps; i++) {
@ -54,7 +54,7 @@ export default function bartack(so, self) {
start: 0,
end: 1,
bartackAlong: false,
bartackFractionAlong: false
bartackFractionAlong: false,
}
so = { ...defaults, ...so }