Skip to content

Commit a647fc2

Browse files
committed
added missing exports
1 parent 5229aef commit a647fc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hdr-canvas",
3-
"version": "0.0.6",
3+
"version": "0.0.7",
44
"description": "HDR capable HTML canvas",
55
"main": "dist/hdr-canvas.js",
66
"files": [

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { Uint16Image } from "./Uint16Image";
22
export { checkHDR, checkHDRCanvas } from "./hdr-check";
3-
export { initHDRCanvas } from "./hdr-canvas";
3+
export { initHDRCanvas, defaultGetContextHDR, resetGetContext } from "./hdr-canvas";

0 commit comments

Comments
 (0)