UNPKG

@google/model-viewer

Version:

Easily display interactive 3D models on the web and in AR!

7 lines (6 loc) 231 B
interface OffscreenCanvas { getContext(contextId: "webgl" | "experimental-webgl", contextAttributes?: WebGLContextAttributes): WebGLRenderingContext | null; } interface Window { OffscreenCanvas?: Constructor<OffscreenCanvas> }