Skip to content

Instantly share code, notes, and snippets.

@init90
Created February 7, 2019 13:41
Show Gist options
  • Save init90/cfd9015b9f8279b52f40da12ab3d6c3e to your computer and use it in GitHub Desktop.
Save init90/cfd9015b9f8279b52f40da12ab3d6c3e to your computer and use it in GitHub Desktop.
JS, run some action when all fonts loaded.
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