Skip to content

Commit 08e3547

Browse files
committed
Fix format
1 parent a647fc2 commit 08e3547

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/index.ts

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

0 commit comments

Comments
 (0)