@thi.ng/geom-resample
Advanced tools
Comparing version 2.3.47 to 2.3.48
# Change Log | ||
- **Last updated**: 2024-03-27T09:53:45Z | ||
- **Last updated**: 2024-04-08T14:59:29Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
{ | ||
"name": "@thi.ng/geom-resample", | ||
"version": "2.3.47", | ||
"version": "2.3.48", | ||
"description": "Customizable nD polyline interpolation, re-sampling, splitting & nearest point computation", | ||
@@ -39,8 +39,8 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/checks": "^3.5.5", | ||
"@thi.ng/geom-api": "^4.0.4", | ||
"@thi.ng/geom-closest-point": "^2.1.121", | ||
"@thi.ng/geom-isec": "^3.0.4", | ||
"@thi.ng/math": "^5.10.8", | ||
"@thi.ng/vectors": "^7.10.25" | ||
"@thi.ng/checks": "^3.6.0", | ||
"@thi.ng/geom-api": "^4.0.5", | ||
"@thi.ng/geom-closest-point": "^2.1.122", | ||
"@thi.ng/geom-isec": "^3.0.5", | ||
"@thi.ng/math": "^5.10.9", | ||
"@thi.ng/vectors": "^7.10.26" | ||
}, | ||
@@ -100,6 +100,7 @@ "devDependencies": { | ||
"thi.ng": { | ||
"alias": "sample", | ||
"parent": "@thi.ng/geom", | ||
"year": 2013 | ||
}, | ||
"gitHead": "ce5ae2a322d50a7ce8ecccbd94fa55c496ba04fd\n" | ||
"gitHead": "85ac4bd4d6d89f8e3689e2863d5bea0cecdb371c\n" | ||
} |
@@ -10,3 +10,3 @@ <!-- This file is generated - DO NOT EDIT! --> | ||
> [!NOTE] | ||
> This is one of 190 standalone projects, maintained as part | ||
> This is one of 191 standalone projects, maintained as part | ||
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo | ||
@@ -50,4 +50,10 @@ > and anti-framework. | ||
ES module import: | ||
ESM import: | ||
```ts | ||
import * as sample from "@thi.ng/geom-resample"; | ||
``` | ||
Browser ESM import: | ||
```html | ||
@@ -62,3 +68,3 @@ <script type="module" src="https://cdn.skypack.dev/@thi.ng/geom-resample"></script> | ||
```js | ||
const geomResample = await import("@thi.ng/geom-resample"); | ||
const sample = await import("@thi.ng/geom-resample"); | ||
``` | ||
@@ -65,0 +71,0 @@ |
35781
131
Updated@thi.ng/checks@^3.6.0
Updated@thi.ng/geom-api@^4.0.5
Updated@thi.ng/geom-isec@^3.0.5
Updated@thi.ng/math@^5.10.9
Updated@thi.ng/vectors@^7.10.26