1
0
Fork 0

🔧 Reconfigure packages

This commit is contained in:
Joost De Cock 2019-05-31 16:09:41 +02:00
parent 5997fcba2f
commit d3a1ea6554
31 changed files with 2005 additions and 846 deletions

View file

@ -1,7 +1,6 @@
export default function(part) {
let { Point, points, Path, paths, measurements, options } = part.shorthand();
return part;
let tweak = 1;
let target = (measurements.headCircumference * options.neckRatio) / 4;
let delta = Infinity;