@pbk20191/icodec 0.6.2 → 0.6.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/lib/heic.d.ts CHANGED
@@ -58,7 +58,6 @@ export interface Options {
58
58
  * @default false
59
59
  */
60
60
  sharpYUV?: boolean;
61
- bitDepth: 8 | 10 | 12;
62
61
  }
63
62
  export declare const defaultOptions: Required<Options>;
64
63
  export declare const mimeType = "image/heic";
package/lib/heic.js CHANGED
@@ -13,7 +13,6 @@ export const defaultOptions = {
13
13
  complexity: 50,
14
14
  chroma: "420",
15
15
  sharpYUV: false,
16
- bitDepth: 8,
17
16
  };
18
17
  export const mimeType = "image/heic";
19
18
  export const extension = "heic";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pbk20191/icodec",
3
- "version": "0.6.2",
3
+ "version": "0.6.3",
4
4
  "private": false,
5
5
  "description": "Image encoders & decoders built with WebAssembly",
6
6
  "license": "MIT",