UNPKG

@egjs/view3d

Version:

Fast & Customizable glTF 3D model viewer, packed with full of features!

8 lines (7 loc) 195 B
declare const isAvailable: ({ webGL, fetch, stream, wasm }?: Partial<{ webGL: boolean; fetch: boolean; stream: boolean; wasm: boolean; }>) => boolean; export default isAvailable;