@thi.ng/geom-fuzz 3.0.102 → 3.0.104
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 +24 -23
- package/package.json +12 -12
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-fuzz)
|
|
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)
|
|
@@ -26,20 +27,20 @@
|
|
|
26
27
|
|
|
27
28
|
## About
|
|
28
29
|
|
|
29
|
-
Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support. This is a support package for [@thi.ng/geom](https://
|
|
30
|
+
Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support. This is a support package for [@thi.ng/geom](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/geom).
|
|
30
31
|
|
|
31
|
-

|
|
32
33
|
|
|
33
34
|
## Status
|
|
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-fuzz%5D)
|
|
38
39
|
|
|
39
40
|
## Related packages
|
|
40
41
|
|
|
41
|
-
- [@thi.ng/hiccup-canvas](https://
|
|
42
|
-
- [@thi.ng/hiccup-svg](https://
|
|
42
|
+
- [@thi.ng/hiccup-canvas](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/hiccup-canvas) - Hiccup shape tree renderer for vanilla Canvas 2D contexts
|
|
43
|
+
- [@thi.ng/hiccup-svg](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/hiccup-svg) - SVG element functions for [@thi.ng/hiccup](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/hiccup) & related tooling
|
|
43
44
|
|
|
44
45
|
## Installation
|
|
45
46
|
|
|
@@ -71,27 +72,27 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.19 KB
|
|
|
71
72
|
|
|
72
73
|
## Dependencies
|
|
73
74
|
|
|
74
|
-
- [@thi.ng/api](https://
|
|
75
|
-
- [@thi.ng/color](https://
|
|
76
|
-
- [@thi.ng/geom](https://
|
|
77
|
-
- [@thi.ng/geom-clip-line](https://
|
|
78
|
-
- [@thi.ng/geom-resample](https://
|
|
79
|
-
- [@thi.ng/grid-iterators](https://
|
|
80
|
-
- [@thi.ng/object-utils](https://
|
|
81
|
-
- [@thi.ng/transducers](https://
|
|
82
|
-
- [@thi.ng/vectors](https://
|
|
75
|
+
- [@thi.ng/api](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/api)
|
|
76
|
+
- [@thi.ng/color](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/color)
|
|
77
|
+
- [@thi.ng/geom](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/geom)
|
|
78
|
+
- [@thi.ng/geom-clip-line](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/geom-clip-line)
|
|
79
|
+
- [@thi.ng/geom-resample](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/geom-resample)
|
|
80
|
+
- [@thi.ng/grid-iterators](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/grid-iterators)
|
|
81
|
+
- [@thi.ng/object-utils](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/object-utils)
|
|
82
|
+
- [@thi.ng/transducers](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/transducers)
|
|
83
|
+
- [@thi.ng/vectors](https://codeberg.org/thi.ng/umbrella/src/branch/develop/packages/vectors)
|
|
83
84
|
|
|
84
85
|
Note: @thi.ng/api is in _most_ cases a type-only import (not used at runtime)
|
|
85
86
|
|
|
86
87
|
## Usage examples
|
|
87
88
|
|
|
88
89
|
One project in this repo's
|
|
89
|
-
[/examples](https://
|
|
90
|
+
[/examples](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples)
|
|
90
91
|
directory is using this package:
|
|
91
92
|
|
|
92
|
-
| Screenshot | Description | Live demo | Source
|
|
93
|
-
|
|
94
|
-
| <img src="https://
|
|
93
|
+
| Screenshot | Description | Live demo | Source |
|
|
94
|
+
|:-------------------------------------------------------------------------------------------------------------|:--------------------------------------|:-------------------------------------------------------|:--------------------------------------------------------------------------------------------|
|
|
95
|
+
| <img src="https://codeberg.org/thi.ng/umbrella/media/branch/develop/assets/geom/geom-fuzz.png" width="240"/> | geom-fuzz basic shape & fill examples | [Demo](https://demo.thi.ng/umbrella/geom-fuzz-basics/) | [Source](https://codeberg.org/thi.ng/umbrella/src/branch/develop/examples/geom-fuzz-basics) |
|
|
95
96
|
|
|
96
97
|
## API
|
|
97
98
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/geom-fuzz",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.104",
|
|
4
4
|
"description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
|
|
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-fuzz"
|
|
13
13
|
},
|
|
14
14
|
"homepage": "https://thi.ng/geom-fuzz",
|
|
@@ -40,15 +40,15 @@
|
|
|
40
40
|
"tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
|
-
"@thi.ng/api": "^8.12.
|
|
44
|
-
"@thi.ng/color": "^5.8.
|
|
45
|
-
"@thi.ng/geom": "^8.3.
|
|
46
|
-
"@thi.ng/geom-clip-line": "^2.3.
|
|
47
|
-
"@thi.ng/geom-resample": "^3.0.
|
|
48
|
-
"@thi.ng/grid-iterators": "^4.0.
|
|
49
|
-
"@thi.ng/object-utils": "^1.3.
|
|
50
|
-
"@thi.ng/transducers": "^9.6.
|
|
51
|
-
"@thi.ng/vectors": "^8.6.
|
|
43
|
+
"@thi.ng/api": "^8.12.18",
|
|
44
|
+
"@thi.ng/color": "^5.8.19",
|
|
45
|
+
"@thi.ng/geom": "^8.3.24",
|
|
46
|
+
"@thi.ng/geom-clip-line": "^2.3.172",
|
|
47
|
+
"@thi.ng/geom-resample": "^3.0.82",
|
|
48
|
+
"@thi.ng/grid-iterators": "^4.0.158",
|
|
49
|
+
"@thi.ng/object-utils": "^1.3.10",
|
|
50
|
+
"@thi.ng/transducers": "^9.6.31",
|
|
51
|
+
"@thi.ng/vectors": "^8.6.26"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"esbuild": "^0.27.2",
|
|
@@ -124,5 +124,5 @@
|
|
|
124
124
|
"tag": "fuzzy",
|
|
125
125
|
"year": 2020
|
|
126
126
|
},
|
|
127
|
-
"gitHead": "
|
|
127
|
+
"gitHead": "8ddf86ea0a1e658ddbf19cc645b29d0c176e29c4\n"
|
|
128
128
|
}
|