is-webp-supported detect whether the browser supports webp Install npm install is-webp-supported Usage import isWebPSupported from 'is-webp-supported' const support = isWebPSupported() // value: true/false