@takumi-rs/wasm 2.0.0-rc.7 → 2.0.0-rc.9

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,7 +1,7 @@
1
1
  # @takumi-rs/wasm
2
2
 
3
- Takumi is a **image rendering engine** written in Rust and this package provides WebAssembly bindings.
3
+ WebAssembly bindings for [Takumi](https://github.com/kane50613/takumi), a Rust image rendering engine.
4
4
 
5
- Please refer to the [Integration](https://takumi.kane.tw/docs/integration) page in our official documentation for more details.
5
+ See the [Integration guide](https://takumi.kane.tw/docs/integration) for setup.
6
6
 
7
- If you are looking for Node.js bindings, take a look at the [@takumi-rs/core](https://npmjs.com/package/@takumi-rs/core) package.
7
+ For Node.js, use [@takumi-rs/core](https://npmjs.com/package/@takumi-rs/core).
package/dist/export.d.cts CHANGED
@@ -112,6 +112,10 @@ type RenderAnimationOptions$1 = {
112
112
  * CSS stylesheets to apply before rendering.
113
113
  */
114
114
  stylesheets?: string[];
115
+ /**
116
+ * Structured keyframes to register alongside stylesheets.
117
+ */
118
+ keyframes?: Keyframes;
115
119
  /**
116
120
  * Defines the ratio resolution of the image to the physical pixels.
117
121
  * @default 1.0
package/dist/export.d.mts CHANGED
@@ -112,6 +112,10 @@ type RenderAnimationOptions$1 = {
112
112
  * CSS stylesheets to apply before rendering.
113
113
  */
114
114
  stylesheets?: string[];
115
+ /**
116
+ * Structured keyframes to register alongside stylesheets.
117
+ */
118
+ keyframes?: Keyframes;
115
119
  /**
116
120
  * Defines the ratio resolution of the image to the physical pixels.
117
121
  * @default 1.0
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@takumi-rs/wasm",
3
- "version": "2.0.0-rc.7",
3
+ "version": "2.0.0-rc.9",
4
+ "description": "WebAssembly bindings for Takumi, a Rust image rendering engine.",
4
5
  "keywords": [
5
6
  "css",
6
7
  "image",
@@ -116,7 +117,7 @@
116
117
  "publish-lint": "attw --pack . && publint --strict ."
117
118
  },
118
119
  "dependencies": {
119
- "@takumi-rs/helpers": "2.0.0-rc.7",
120
+ "@takumi-rs/helpers": "2.0.0-rc.9",
120
121
  "csstype": "^3.2.3"
121
122
  },
122
123
  "devDependencies": {
Binary file