hdr-canvas 0.0.6 → 0.0.7

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hdr-canvas",
3
- "version": "0.0.6",
3
+ "version": "0.0.7",
4
4
  "description": "HDR capable HTML canvas",
5
5
  "main": "dist/hdr-canvas.js",
6
6
  "files": [
package/src/index.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  export { Uint16Image } from "./Uint16Image";
2
2
  export { checkHDR, checkHDRCanvas } from "./hdr-check";
3
- export { initHDRCanvas } from "./hdr-canvas";
3
+ export { initHDRCanvas, defaultGetContextHDR, resetGetContext } from "./hdr-canvas";