@takumi-rs/wasm 2.2.1 → 2.2.3

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 CHANGED
@@ -40,7 +40,7 @@ Call `init()` once to load the WASM binary, then reuse the `Renderer`. Build nod
40
40
  ## Documentation
41
41
 
42
42
  - Integration guide: <https://takumi.kane.tw/docs/integration>
43
- - API reference: <https://takumi.kane.tw/docs/api-reference>
43
+ - API reference: <https://takumi.kane.tw/docs/reference>
44
44
  - Repository: <https://github.com/kane50613/takumi>
45
45
 
46
46
  For Node.js, use the native [@takumi-rs/core](https://npmjs.com/package/@takumi-rs/core) bindings.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takumi-rs/wasm",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "WebAssembly bindings for Takumi, a Rust image rendering engine.",
5
5
  "keywords": [
6
6
  "css",
@@ -117,7 +117,7 @@
117
117
  "publish-lint": "attw --pack . && publint --strict ."
118
118
  },
119
119
  "dependencies": {
120
- "@takumi-rs/helpers": "2.2.1"
120
+ "@takumi-rs/helpers": "2.2.3"
121
121
  },
122
122
  "devDependencies": {
123
123
  "@types/bun": "^1.3.14",
Binary file