image-set-polyfill
image-set-polyfill copied to clipboard
polyfill for css4 image-set
image-set specs also support a type, for specifying different image formats while allowing a fallback, e.g. avif. This would be very useful as currently something like Modernizr feature detection with...
Usage with Node is broken. The main field in package.json needs to be `"main": "./image-set-polyfill.min.js"`, not `"main": "index"`.
I got relative paths to fonts and some svg's in the css. When the polyfill kicks in, it copies the css and places it inline in the document, where all...
Hi, this is just a minor thing to notice and nearly not worth opening an issue but you state 'css4' in your title and readme. There’s no such thing as...