
This is a JavaScript Polyfill to implement the CSS Paint API on web browsers that do not support it.
The CSS Paint API is a new feature introduced in Chrome 65 that allows you to programmatically generate an image whenever a CSS property expects an image.
How to use it:
Install & download the CSS Paint API Polyfill.
# NPM $ npm install css-paint-polyfill --save
Import the CSS Paint API Polyfill.
import 'css-paint-polyfill';
// or
import('https://unpkg.com/css-paint-polyfill/dist/css-paint-polyfill.js');Or include the CSS Paint API Polyfill from a CDN.
<script src="https://unpkg.com/css-paint-polyfill/dist/css-paint-polyfill.js"></script>
Changelog:
11/12/2018
- Improve fallback style mutation tracking.






