UNPKG

nanogl-gltf

Version:
6 lines (5 loc) 197 B
/** * 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>;