You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean up API:
- make toSvg produce SVG data URL instead of Image element
- rename other methods
- update mimetype guesser with some actual IANA mimetypes
- create readme
- implement image rendering;
- implement web font support;
- rewrite the whole thing using promises;
- API is now promise-based instead of callback-based;