@takumi-rs/wasm 2.0.3 → 2.1.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
@@ -3,7 +3,8 @@
3
3
 
4
4
  # @takumi-rs/wasm
5
5
 
6
- **WebAssembly bindings for [Takumi](https://github.com/kane50613/takumi), a Rust image rendering engine.**
6
+ **WebAssembly bindings for [Takumi](https://github.com/kane50613/takumi), a Rust image rendering engine.**
7
+
7
8
  Render OG cards, banners, and animations on Cloudflare Workers, edge runtimes, and browsers, no headless browser required.
8
9
 
9
10
  [Documentation](https://takumi.kane.tw/docs/) · [Playground](https://takumi.kane.tw/playground)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takumi-rs/wasm",
3
- "version": "2.0.3",
3
+ "version": "2.1.0",
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.0.3"
120
+ "@takumi-rs/helpers": "2.1.0"
121
121
  },
122
122
  "devDependencies": {
123
123
  "@types/bun": "^1.3.14",
Binary file