We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5229aef commit a647fc2Copy full SHA for a647fc2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "hdr-canvas",
3
- "version": "0.0.6",
+ "version": "0.0.7",
4
"description": "HDR capable HTML canvas",
5
"main": "dist/hdr-canvas.js",
6
"files": [
src/index.ts
@@ -1,3 +1,3 @@
export { Uint16Image } from "./Uint16Image";
export { checkHDR, checkHDRCanvas } from "./hdr-check";
-export { initHDRCanvas } from "./hdr-canvas";
+export { initHDRCanvas, defaultGetContextHDR, resetGetContext } from "./hdr-canvas";
0 commit comments