UNPKG

hdr-canvas

Version:
5 lines (4 loc) 265 B
import type { HDRHTMLCanvasElement } from "./types/HDRCanvas.d.ts"; export declare function initHDRCanvas(canvas: HDRHTMLCanvasElement): RenderingContext | null; export declare function defaultGetContextHDR(): void; export declare function resetGetContext(): void;