@thi.ng/geom-trace-bitmap
Advanced tools
Comparing version 0.3.60 to 0.3.61
# Change Log | ||
- **Last updated**: 2024-02-22T11:59:16Z | ||
- **Last updated**: 2024-02-22T23:15:26Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -12,2 +12,8 @@ | ||
### [0.3.61](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-trace-bitmap@0.3.61) (2024-02-22) | ||
#### ♻️ Refactoring | ||
- update object destructuring in all pkgs & examples ([f36aeb0](https://github.com/thi-ng/umbrella/commit/f36aeb0)) | ||
### [0.3.35](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-trace-bitmap@0.3.35) (2023-11-09) | ||
@@ -14,0 +20,0 @@ |
{ | ||
"name": "@thi.ng/geom-trace-bitmap", | ||
"version": "0.3.60", | ||
"version": "0.3.61", | ||
"description": "Bitmap image to hairline vector and point cloud conversions", | ||
@@ -40,6 +40,6 @@ "type": "module", | ||
"@thi.ng/errors": "^2.4.18", | ||
"@thi.ng/grid-iterators": "^4.0.53", | ||
"@thi.ng/matrices": "^2.3.16", | ||
"@thi.ng/pixel": "^6.1.10", | ||
"@thi.ng/vectors": "^7.10.10" | ||
"@thi.ng/grid-iterators": "^4.0.54", | ||
"@thi.ng/matrices": "^2.3.17", | ||
"@thi.ng/pixel": "^6.1.11", | ||
"@thi.ng/vectors": "^7.10.11" | ||
}, | ||
@@ -104,3 +104,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "4513a1c703bdbf0f0867f03e547e47692e415fac\n" | ||
"gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n" | ||
} |
@@ -72,9 +72,3 @@ import { illegalArgs } from "@thi.ng/errors/illegal-arguments"; | ||
const traceLines = (opts, order, border, tx, acc = []) => { | ||
let { img, select, clear, last, min, max } = { | ||
clear: 0, | ||
last: true, | ||
min: 2, | ||
max: Infinity, | ||
...opts | ||
}; | ||
let { clear = 0, last = true, min = 2, max = Infinity, img, select } = opts; | ||
min--; | ||
@@ -81,0 +75,0 @@ let curr = []; |
34505
390
Updated@thi.ng/matrices@^2.3.17
Updated@thi.ng/pixel@^6.1.11
Updated@thi.ng/vectors@^7.10.11