@takumi-rs/wasm 0.29.7 → 0.30.0

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
@@ -1,3 +1,7 @@
1
1
  # @takumi-rs/wasm
2
2
 
3
- For detailed documentation, please refer to the [Use Takumi in Browser (WASM)](https://takumi.kane.tw/docs/getting-started/wasm-web) page in our official documentation.
3
+ Takumi is a **image rendering engine** written in Rust and this package provides WebAssembly bindings.
4
+
5
+ If you are looking for Node.js bindings, please refer to the [@takumi-rs/core](https://npmjs.com/package/@takumi-rs/core) package.
6
+
7
+ Please refer to the [Use Takumi in Browser](https://takumi.kane.tw/docs/getting-started/wasm-web) page in our official documentation for more details.
package/package.json CHANGED
@@ -1,6 +1,14 @@
1
1
  {
2
2
  "name": "@takumi-rs/wasm",
3
- "version": "0.29.7",
3
+ "version": "0.30.0",
4
+ "keywords": [
5
+ "image",
6
+ "rendering",
7
+ "css",
8
+ "react",
9
+ "jsx",
10
+ "webassembly"
11
+ ],
4
12
  "scripts": {
5
13
  "build": "wasm-pack build --no-pack --release --out-dir pkg --target web"
6
14
  },
@@ -13,7 +21,7 @@
13
21
  "url": "git+https://github.com/kane50613/takumi.git"
14
22
  },
15
23
  "readme": "README.md",
16
- "license": "MIT",
24
+ "license": "(MIT OR Apache-2.0)",
17
25
  "devDependencies": {
18
26
  "@takumi-rs/helpers": "workspace:*",
19
27
  "@types/bun": "catalog:",
Binary file