UNPKG

@google/model-viewer

Version:

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

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