More awesome libraries popping up all over the place:
- SmokeJS - A framework-agnostic styled alert system for JavaScript.
- Buzz - Buzz is a small but powerful JavaScript library that allows you to easily take advantage of the new HTML5 audio element. It degrades gracefully on non-modern browsers.
- FileSaver.js - polyfill for the FileSaver's
window.saveAs()
API. Save blobs/files, client-side. - BlobBuilder.js - BlobBuilder API polyfill.
- canvas-toBlob.js - Polyfill for HTML5 canvas's
toBlob()
method, which is not implemented by any browsers.