@thi.ng/geom-trace-bitmap
Advanced tools
Comparing version 0.3.61 to 0.3.62
# Change Log | ||
- **Last updated**: 2024-02-22T23:15:26Z | ||
- **Last updated**: 2024-02-25T14:07:53Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-trace-bitmap", | ||
"version": "0.3.61", | ||
"version": "0.3.62", | ||
"description": "Bitmap image to hairline vector and point cloud conversions", | ||
@@ -38,8 +38,8 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.25", | ||
"@thi.ng/api": "^8.9.26", | ||
"@thi.ng/errors": "^2.4.18", | ||
"@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" | ||
"@thi.ng/grid-iterators": "^4.0.55", | ||
"@thi.ng/matrices": "^2.3.18", | ||
"@thi.ng/pixel": "^6.1.12", | ||
"@thi.ng/vectors": "^7.10.12" | ||
}, | ||
@@ -104,3 +104,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "16f2b92b5410bd35dcde6c2971c8e62783ebc472\n" | ||
"gitHead": "6e20f80dd9df1c8055ffa3c1e4d6f7598add0c0b\n" | ||
} |
@@ -85,3 +85,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
Package sizes (brotli'd, pre-treeshake): ESM: 991 bytes | ||
Package sizes (brotli'd, pre-treeshake): ESM: 993 bytes | ||
@@ -88,0 +88,0 @@ ## Dependencies |
@@ -13,2 +13,4 @@ import type { Fn, Predicate } from "@thi.ng/api"; | ||
* ```ts | ||
* import { traceBitmap } from "@thi.ng/geom-trace-bitmap"; | ||
* | ||
* // extract horizontal line segments | ||
@@ -15,0 +17,0 @@ * traceBitmap({ img: ..., dir: ["h"] }) |
34568
392
Updated@thi.ng/api@^8.9.26
Updated@thi.ng/matrices@^2.3.18
Updated@thi.ng/pixel@^6.1.12
Updated@thi.ng/vectors@^7.10.12