@takumi-rs/wasm 0.71.2 → 0.71.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takumi-rs/wasm",
3
- "version": "0.71.2",
3
+ "version": "0.71.4",
4
4
  "keywords": [
5
5
  "image",
6
6
  "rendering",
@@ -44,6 +44,11 @@ export type RenderOptions = {
44
44
  * The animation timeline time in milliseconds.
45
45
  */
46
46
  timeMs?: number,
47
+ /**
48
+ * The output dithering algorithm.
49
+ * @default "none"
50
+ */
51
+ dithering?: "none" | "ordered-bayer" | "floyd-steinberg",
47
52
  };
48
53
 
49
54
  export type RenderAnimationOptions = {
Binary file