@thi.ng/geom-isoline 2.1.217 → 2.1.219
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -13
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<!-- This file is generated - DO NOT EDIT! -->
|
|
2
|
-
<!-- Please see: https://
|
|
3
|
-
# 
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/@thi.ng/geom-isoline)
|
|
6
6
|

|
|
@@ -8,11 +8,12 @@
|
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
10
|
> This is one of 214 standalone projects, maintained as part
|
|
11
|
-
> of the [@thi.ng/umbrella](https://
|
|
11
|
+
> of the [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
14
|
-
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
-
>
|
|
14
|
+
> 🚀 Please help me to work full-time on these projects by [sponsoring
|
|
15
|
+
> me](https://codeberg.org/thi.ng/umbrella/src/branch/develop/CONTRIBUTING.md#donations).
|
|
16
|
+
> Thank you! ❤️
|
|
16
17
|
|
|
17
18
|
- [About](#about)
|
|
18
19
|
- [Status](#status)
|
|
@@ -34,7 +35,7 @@ the Clojure version of
|
|
|
34
35
|
|
|
35
36
|
**STABLE** - used in production
|
|
36
37
|
|
|
37
|
-
[Search or submit any issues for this package](https://
|
|
38
|
+
[Search or submit any issues for this package](https://codeberg.org/thi.ng/umbrella/issues?q=%5Bgeom-isoline%5D)
|
|
38
39
|
|
|
39
40
|
## Installation
|
|
40
41
|
|
|
@@ -66,21 +67,21 @@ Package sizes (brotli'd, pre-treeshake): ESM: 716 bytes
|
|
|
66
67
|
|
|
67
68
|
## Dependencies
|
|
68
69
|
|
|
69
|
-
- [@thi.ng/api](https://
|
|
70
|
-
- [@thi.ng/transducers](https://
|
|
71
|
-
- [@thi.ng/vectors](https://
|
|
70
|
+
- [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
|
|
71
|
+
- [@thi.ng/transducers](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers)
|
|
72
|
+
- [@thi.ng/vectors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/vectors)
|
|
72
73
|
|
|
73
74
|
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
74
75
|
|
|
75
76
|
## Usage examples
|
|
76
77
|
|
|
77
78
|
One project in this repo's
|
|
78
|
-
[/examples](https://
|
|
79
|
+
[/examples](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples)
|
|
79
80
|
directory is using this package:
|
|
80
81
|
|
|
81
|
-
| Screenshot | Description | Live demo | Source
|
|
82
|
-
|
|
83
|
-
| <img src="https://
|
|
82
|
+
| Screenshot | Description | Live demo | Source |
|
|
83
|
+
|:----------------------------------------------------------------------------------------------------------------|:-----------------------------------------------------------|:-------------------------------------------------|:--------------------------------------------------------------------------------------|
|
|
84
|
+
| <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/geom/geom-isoline.png" width="240"/> | Animated sine plasma effect visualized using contour lines | [Demo](https://demo.thi.ng/umbrella/iso-plasma/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/iso-plasma) |
|
|
84
85
|
|
|
85
86
|
## API
|
|
86
87
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-isoline",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.219",
|
|
4
4
|
"description": "Fast 2D contour line extraction / generation",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"sideEffects": false,
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
|
-
"url": "git+https://
|
|
11
|
+
"url": "git+https://codeberg.org/thi.ng/umbrella.git",
|
|
12
12
|
"directory": "packages/geom-isoline"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://thi.ng/geom-isoline",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/transducers": "^9.6.
|
|
45
|
-
"@thi.ng/vectors": "^8.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.18",
|
|
44
|
+
"@thi.ng/transducers": "^9.6.31",
|
|
45
|
+
"@thi.ng/vectors": "^8.6.26"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"esbuild": "^0.27.2",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"tag": "contours",
|
|
83
83
|
"year": 2015
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
|
|
86
86
|
}
|