whatcaniuse
v0.0.2
Published
Get a list of features that has a minimum global usage, based on caniuse-db
Downloads
14
Readme
whatcaniuse
Get a list of features that has a minimum global usage, based on a keyword. powereed by caniuse-db
const whatcaniuse = require('whatcaniuse')
const results = whatcaniuse('image format')
// ['avif', 'webp']