@thi.ng/rasterize 1.0.55 → 1.0.57
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/CHANGELOG.md +1 -1
- package/README.md +2 -4
- package/package.json +6 -6
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -166,11 +166,9 @@ Package sizes (brotli'd, pre-treeshake): ESM: 1.48 KB
|
|
|
166
166
|
|
|
167
167
|
## Usage examples
|
|
168
168
|
|
|
169
|
-
|
|
169
|
+
One project in this repo's
|
|
170
170
|
[/examples](https://github.com/thi-ng/umbrella/tree/develop/examples)
|
|
171
|
-
directory
|
|
172
|
-
|
|
173
|
-
A selection:
|
|
171
|
+
directory is using this package:
|
|
174
172
|
|
|
175
173
|
| Screenshot | Description | Live demo | Source |
|
|
176
174
|
|:-----------------------------------------------------------------------------------------------------------------------|:----------------------------------------------------|:------------------------------------------------------|:-----------------------------------------------------------------------------------|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/rasterize",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.57",
|
|
4
4
|
"description": "2D shape drawing & rasterization",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -37,10 +37,10 @@
|
|
|
37
37
|
"@thi.ng/api": "^8.9.6",
|
|
38
38
|
"@thi.ng/checks": "^3.4.6",
|
|
39
39
|
"@thi.ng/equiv": "^2.1.31",
|
|
40
|
-
"@thi.ng/grid-iterators": "^4.0.
|
|
41
|
-
"@thi.ng/porter-duff": "^2.1.
|
|
42
|
-
"@thi.ng/random": "^3.6.
|
|
43
|
-
"@thi.ng/transducers": "^8.8.
|
|
40
|
+
"@thi.ng/grid-iterators": "^4.0.29",
|
|
41
|
+
"@thi.ng/porter-duff": "^2.1.46",
|
|
42
|
+
"@thi.ng/random": "^3.6.12",
|
|
43
|
+
"@thi.ng/transducers": "^8.8.8"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@microsoft/api-extractor": "^7.38.0",
|
|
@@ -119,5 +119,5 @@
|
|
|
119
119
|
"status": "alpha",
|
|
120
120
|
"year": 2021
|
|
121
121
|
},
|
|
122
|
-
"gitHead": "
|
|
122
|
+
"gitHead": "336bd1bf95825b3c318a3ab49c54451c94aaa883\n"
|
|
123
123
|
}
|