@thi.ng/geom-fuzz 3.0.78 → 3.0.83

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.
Files changed (2) hide show
  1. package/package.json +126 -126
  2. package/CHANGELOG.md +0 -47
package/package.json CHANGED
@@ -1,127 +1,127 @@
1
1
  {
2
- "name": "@thi.ng/geom-fuzz",
3
- "version": "3.0.78",
4
- "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
5
- "type": "module",
6
- "module": "./index.js",
7
- "typings": "./index.d.ts",
8
- "sideEffects": false,
9
- "repository": {
10
- "type": "git",
11
- "url": "https://github.com/thi-ng/umbrella.git"
12
- },
13
- "homepage": "https://thi.ng/geom-fuzz",
14
- "funding": [
15
- {
16
- "type": "github",
17
- "url": "https://github.com/sponsors/postspectacular"
18
- },
19
- {
20
- "type": "patreon",
21
- "url": "https://patreon.com/thing_umbrella"
22
- },
23
- {
24
- "type": "liberapay",
25
- "url": "https://liberapay.com/thi.ng"
26
- }
27
- ],
28
- "author": "Karsten Schmidt (https://thi.ng)",
29
- "license": "Apache-2.0",
30
- "scripts": {
31
- "build": "yarn build:esbuild && yarn build:decl",
32
- "build:decl": "tsc --declaration --emitDeclarationOnly",
33
- "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
- "clean": "bun ../../tools/src/clean-package.ts",
35
- "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
- "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
- "pub": "yarn npm publish --access public",
38
- "test": "bun test",
39
- "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
- },
41
- "dependencies": {
42
- "@thi.ng/api": "^8.12.2",
43
- "@thi.ng/color": "^5.7.61",
44
- "@thi.ng/geom": "^8.2.13",
45
- "@thi.ng/geom-clip-line": "^2.3.152",
46
- "@thi.ng/geom-resample": "^3.0.62",
47
- "@thi.ng/grid-iterators": "^4.0.135",
48
- "@thi.ng/object-utils": "^1.2.10",
49
- "@thi.ng/transducers": "^9.6.10",
50
- "@thi.ng/vectors": "^8.6.6"
51
- },
52
- "devDependencies": {
53
- "esbuild": "^0.25.9",
54
- "typedoc": "^0.28.12",
55
- "typescript": "^5.9.2"
56
- },
57
- "keywords": [
58
- "2d",
59
- "animation",
60
- "canvas",
61
- "datastructure",
62
- "dots",
63
- "drawing",
64
- "fuzzy",
65
- "geometry",
66
- "graphics",
67
- "hatching",
68
- "hiccup",
69
- "noise",
70
- "npr",
71
- "polygon",
72
- "random",
73
- "shape",
74
- "svg",
75
- "typescript"
76
- ],
77
- "publishConfig": {
78
- "access": "public"
79
- },
80
- "engines": {
81
- "node": ">=18"
82
- },
83
- "files": [
84
- "./*.js",
85
- "./*.d.ts"
86
- ],
87
- "exports": {
88
- ".": {
89
- "default": "./index.js"
90
- },
91
- "./api": {
92
- "default": "./api.js"
93
- },
94
- "./comp": {
95
- "default": "./comp.js"
96
- },
97
- "./dots": {
98
- "default": "./dots.js"
99
- },
100
- "./hatch": {
101
- "default": "./hatch.js"
102
- },
103
- "./line": {
104
- "default": "./line.js"
105
- },
106
- "./points": {
107
- "default": "./points.js"
108
- },
109
- "./polygon": {
110
- "default": "./polygon.js"
111
- },
112
- "./presets": {
113
- "default": "./presets.js"
114
- }
115
- },
116
- "thi.ng": {
117
- "alias": "gfuzz",
118
- "parent": "@thi.ng/geom",
119
- "related": [
120
- "hiccup-canvas",
121
- "hiccup-svg"
122
- ],
123
- "tag": "fuzzy",
124
- "year": 2020
125
- },
126
- "gitHead": "3c3531350eec56011982583c694aeb1a2e0d0ff4\n"
127
- }
2
+ "name": "@thi.ng/geom-fuzz",
3
+ "version": "3.0.83",
4
+ "description": "Highly configurable, fuzzy line & polygon creation with presets and composable fill & stroke styles. Canvas & SVG support",
5
+ "type": "module",
6
+ "module": "./index.js",
7
+ "typings": "./index.d.ts",
8
+ "sideEffects": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/thi-ng/umbrella.git"
12
+ },
13
+ "homepage": "https://thi.ng/geom-fuzz",
14
+ "funding": [
15
+ {
16
+ "type": "github",
17
+ "url": "https://github.com/sponsors/postspectacular"
18
+ },
19
+ {
20
+ "type": "patreon",
21
+ "url": "https://patreon.com/thing_umbrella"
22
+ },
23
+ {
24
+ "type": "liberapay",
25
+ "url": "https://liberapay.com/thi.ng"
26
+ }
27
+ ],
28
+ "author": "Karsten Schmidt (https://thi.ng)",
29
+ "license": "Apache-2.0",
30
+ "scripts": {
31
+ "build": "yarn build:esbuild && yarn build:decl",
32
+ "build:decl": "tsc --declaration --emitDeclarationOnly",
33
+ "build:esbuild": "esbuild --format=esm --platform=neutral --target=es2022 --tsconfig=tsconfig.json --outdir=. src/**/*.ts",
34
+ "clean": "bun ../../tools/src/clean-package.ts",
35
+ "doc": "typedoc --options ../../typedoc.json --out doc src/index.ts",
36
+ "doc:readme": "bun ../../tools/src/module-stats.ts && bun ../../tools/src/readme.ts",
37
+ "pub": "npm publish --access public",
38
+ "test": "bun test",
39
+ "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
40
+ },
41
+ "dependencies": {
42
+ "@thi.ng/api": "^8.12.6",
43
+ "@thi.ng/color": "^5.7.66",
44
+ "@thi.ng/geom": "^8.3.3",
45
+ "@thi.ng/geom-clip-line": "^2.3.156",
46
+ "@thi.ng/geom-resample": "^3.0.66",
47
+ "@thi.ng/grid-iterators": "^4.0.139",
48
+ "@thi.ng/object-utils": "^1.2.14",
49
+ "@thi.ng/transducers": "^9.6.14",
50
+ "@thi.ng/vectors": "^8.6.10"
51
+ },
52
+ "devDependencies": {
53
+ "esbuild": "^0.25.11",
54
+ "typedoc": "^0.28.14",
55
+ "typescript": "^5.9.3"
56
+ },
57
+ "keywords": [
58
+ "2d",
59
+ "animation",
60
+ "canvas",
61
+ "datastructure",
62
+ "dots",
63
+ "drawing",
64
+ "fuzzy",
65
+ "geometry",
66
+ "graphics",
67
+ "hatching",
68
+ "hiccup",
69
+ "noise",
70
+ "npr",
71
+ "polygon",
72
+ "random",
73
+ "shape",
74
+ "svg",
75
+ "typescript"
76
+ ],
77
+ "publishConfig": {
78
+ "access": "public"
79
+ },
80
+ "engines": {
81
+ "node": ">=18"
82
+ },
83
+ "files": [
84
+ "./*.js",
85
+ "./*.d.ts"
86
+ ],
87
+ "exports": {
88
+ ".": {
89
+ "default": "./index.js"
90
+ },
91
+ "./api": {
92
+ "default": "./api.js"
93
+ },
94
+ "./comp": {
95
+ "default": "./comp.js"
96
+ },
97
+ "./dots": {
98
+ "default": "./dots.js"
99
+ },
100
+ "./hatch": {
101
+ "default": "./hatch.js"
102
+ },
103
+ "./line": {
104
+ "default": "./line.js"
105
+ },
106
+ "./points": {
107
+ "default": "./points.js"
108
+ },
109
+ "./polygon": {
110
+ "default": "./polygon.js"
111
+ },
112
+ "./presets": {
113
+ "default": "./presets.js"
114
+ }
115
+ },
116
+ "thi.ng": {
117
+ "alias": "gfuzz",
118
+ "parent": "@thi.ng/geom",
119
+ "related": [
120
+ "hiccup-canvas",
121
+ "hiccup-svg"
122
+ ],
123
+ "tag": "fuzzy",
124
+ "year": 2020
125
+ },
126
+ "gitHead": "136a5e5ef0b69e82329db00d806c3c4e8f1aa063\n"
127
+ }
package/CHANGELOG.md DELETED
@@ -1,47 +0,0 @@
1
- # Change Log
2
-
3
- - **Last updated**: 2025-09-01T16:38:35Z
4
- - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
-
6
- All notable changes to this project will be documented in this file.
7
- Only versions published since **2022-01-01** are listed here.
8
- Please consult the Git history for older version information.
9
- See [Conventional Commits](https://conventionalcommits.org/) for commit guidelines.
10
-
11
- **Note:** Unlisted _patch_ versions only involve non-code or otherwise excluded changes
12
- and/or version bumps of transitive dependencies.
13
-
14
- # [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@3.0.0) (2024-06-21)
15
-
16
- #### 🛑 Breaking changes
17
-
18
- - update FuzzyPolygonOpts, internal refactoring ([2bc65e7](https://github.com/thi-ng/umbrella/commit/2bc65e7))
19
- - BREAKING CHANGE: update FuzzyPolygonOpts curve config
20
- - update/replace FuzzyPolygonOpts curve opts with full `CubicOpts` (from [@thi.ng/geom-api](https://github.com/thi-ng/umbrella/tree/main/packages/geom-api))
21
-
22
- #### 🩹 Bug fixes
23
-
24
- - update imports ([5c0450f](https://github.com/thi-ng/umbrella/commit/5c0450f))
25
-
26
- #### ♻️ Refactoring
27
-
28
- - remove geom-api dep, update imports ([3fa0dfc](https://github.com/thi-ng/umbrella/commit/3fa0dfc))
29
-
30
- ### [2.2.54](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@2.2.54) (2023-11-09)
31
-
32
- #### ♻️ Refactoring
33
-
34
- - update all tests (packages A-S) ([e3085e4](https://github.com/thi-ng/umbrella/commit/e3085e4))
35
-
36
- ### [2.2.19](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@2.2.19) (2023-04-08)
37
-
38
- #### ♻️ Refactoring
39
-
40
- - update imports ([363deb4](https://github.com/thi-ng/umbrella/commit/363deb4))
41
-
42
- ## [2.2.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/geom-fuzz@2.2.0) (2022-12-22)
43
-
44
- #### 🚀 Features
45
-
46
- - add hatch flip/mirror options ([f19c5d4](https://github.com/thi-ng/umbrella/commit/f19c5d4))
47
- - add HatchOpts.tx point transform support ([c665406](https://github.com/thi-ng/umbrella/commit/c665406))