Last active
March 2, 2018 23:18
-
-
Save lonekorean/234d7b7a481a4cf57d3df707a17edc77 to your computer and use it in GitHub Desktop.
Check for Paint API support via JavaScript
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ('paintWorklet' in CSS) { | |
// good to go! | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment