From fdf59da007d9fc6f235b9951874337adf6934c37 Mon Sep 17 00:00:00 2001 From: Eli Grey Date: Fri, 13 Sep 2013 12:14:39 -0400 Subject: [PATCH] Moving canvas-toBlob blurb up above the browser support table --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index df540a5..fe81023 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ FileSaver.js is the solution to saving files on the client-side, and is perfect webapps that need to generate files, or for saving sensitive information that shouldn't be sent to an external server. +Looking for `canvas.toBlob()` for saving canvases? Check out +[canvas-toBlob.js](https://github.com/eligrey/canvas-toBlob.js) for a cross-browser implementation. Supported Browsers ------------------ @@ -24,9 +26,6 @@ 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: