From acc024272451e9785456994fc47390807fedd519 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Fri, 13 Sep 2013 12:14:04 -0400 Subject: [PATCH] Make canvas-toBlob.js link more prominent --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e7c6e47..df540a5 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,9 @@ Supported Browsers | Opera < 15 | data: URI | No | | [Blob.js](https://github.com/eligrey/Blob.js) | | Safari ≤ 6 | data: URI | No | | [Blob.js](https://github.com/eligrey/Blob.js) | +Looking for `canvas.toBlob()` for saving canvases? Check out +[canvas-toBlob.js](https://github.com/eligrey/canvas-toBlob.js) for a cross-browser implementation. + Note: Unlisted versions or browsers will probably work too; however only the ones listed above have been tested. Feature detection is possible: