@thi.ng/hiccup-canvas 3.2.4 → 3.2.6
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 +4 -3
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
[](https://mastodon.thi.ng/@toxi)
|
|
8
8
|
|
|
9
9
|
> [!NOTE]
|
|
10
|
-
> This is one of
|
|
10
|
+
> This is one of 213 standalone projects, maintained as part
|
|
11
11
|
> of the [@thi.ng/umbrella](https://github.com/thi-ng/umbrella/) monorepo
|
|
12
12
|
> and anti-framework.
|
|
13
13
|
>
|
|
@@ -123,12 +123,13 @@ Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
|
123
123
|
|
|
124
124
|
## Usage examples
|
|
125
125
|
|
|
126
|
-
|
|
126
|
+
16 projects in this repo's
|
|
127
127
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
128
128
|
directory are using this package:
|
|
129
129
|
|
|
130
130
|
| Screenshot | Description | Live demo | Source |
|
|
131
131
|
|:-------------------------------------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------------------|:------------------------------------------------------------|:-----------------------------------------------------------------------------------------|
|
|
132
|
+
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/calibration-sheet.avif" width="240"/> | Parametrically design calibration sheet for B&W photography | [Demo](https://demo.thi.ng/umbrella/calibration-sheet/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/calibration-sheet) |
|
|
132
133
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/canvas-recorder.png" width="240"/> | Self-modifying, animated typographic grid with emergent complex patterns | [Demo](https://demo.thi.ng/umbrella/canvas-recorder/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/canvas-recorder) |
|
|
133
134
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/fiber-basics.png" width="240"/> | Fiber-based cooperative multitasking basics | [Demo](https://demo.thi.ng/umbrella/fiber-basics/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/fiber-basics) |
|
|
134
135
|
| <img src="https://raw.githubusercontent.com/thi-ng/umbrella/develop/assets/examples/geom-classify-point.png" width="240"/> | Polygon point classification (inside/boundary/outside) | [Demo](https://demo.thi.ng/umbrella/geom-classify-point/) | [Source](https://github.com/thi-ng/umbrella/tree/develop/examples/geom-classify-point) |
|
|
@@ -604,4 +605,4 @@ If this project contributes to an academic publication, please cite it as:
|
|
|
604
605
|
|
|
605
606
|
## License
|
|
606
607
|
|
|
607
|
-
© 2018 -
|
|
608
|
+
© 2018 - 2026 Karsten Schmidt // Apache License 2.0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/hiccup-canvas",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.6",
|
|
4
4
|
"description": "Hiccup shape tree renderer for vanilla Canvas 2D contexts",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -39,14 +39,14 @@
|
|
|
39
39
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@thi.ng/api": "^8.12.
|
|
43
|
-
"@thi.ng/canvas": "^1.1.
|
|
44
|
-
"@thi.ng/checks": "^3.8.
|
|
45
|
-
"@thi.ng/color": "^5.8.
|
|
46
|
-
"@thi.ng/geom-arc": "^2.1.
|
|
47
|
-
"@thi.ng/math": "^5.
|
|
48
|
-
"@thi.ng/pixel": "^7.5.
|
|
49
|
-
"@thi.ng/vectors": "^8.6.
|
|
42
|
+
"@thi.ng/api": "^8.12.12",
|
|
43
|
+
"@thi.ng/canvas": "^1.1.5",
|
|
44
|
+
"@thi.ng/checks": "^3.8.2",
|
|
45
|
+
"@thi.ng/color": "^5.8.8",
|
|
46
|
+
"@thi.ng/geom-arc": "^2.1.207",
|
|
47
|
+
"@thi.ng/math": "^5.15.1",
|
|
48
|
+
"@thi.ng/pixel": "^7.5.21",
|
|
49
|
+
"@thi.ng/vectors": "^8.6.18"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"esbuild": "^0.27.0",
|
|
@@ -137,5 +137,5 @@
|
|
|
137
137
|
],
|
|
138
138
|
"year": 2018
|
|
139
139
|
},
|
|
140
|
-
"gitHead": "
|
|
140
|
+
"gitHead": "deb511294f7a120091b654af0ff7e8a399a465b3\n"
|
|
141
141
|
}
|