UNPKG
nanogl-gltf
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.0
0.1.6
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
gltf loader
github.com/plepers/nanogl-gltf
plepers/nanogl-gltf
nanogl-gltf
/
lib
/
extensions
/
EXT_texture_webp
/
webpSupport.d.ts
6 lines
(5 loc)
•
197 B
TypeScript
View Raw
1
2
3
4
5
6
/** * Check if the browser supports WebP image format. * Returns true only if lossy, lossless, alpha and animated WebP are supported. */
export
declare
function
webpSupport(): Promise
<
boolean
>
;