Created
February 7, 2019 13:41
-
-
Save init90/cfd9015b9f8279b52f40da12ab3d6c3e to your computer and use it in GitHub Desktop.
JS, run some action when all fonts loaded.
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
document.fonts.ready.then(function() { | |
canvas.renderAll(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment