UNPKG

supports-webp

Version:

Instantly detect support for WEBP images in the browser in 0.2KB

3 lines (2 loc) 75 B
declare const supportsWebP: Promise<boolean>; export default supportsWebP;