Use toBlobHD in demo script
This commit is contained in:
+3
-3
@@ -1,8 +1,8 @@
|
|||||||
/*! FileSaver.js demo script
|
/*! FileSaver.js demo script
|
||||||
* 2012-01-23
|
* 2016-05-26
|
||||||
*
|
*
|
||||||
* By Eli Grey, http://eligrey.com
|
* By Eli Grey, http://eligrey.com
|
||||||
* License: X11/MIT
|
* License: MIT
|
||||||
* See LICENSE.md
|
* See LICENSE.md
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -165,7 +165,7 @@ canvas.addEventListener("mouseout", stop_drawing, false);
|
|||||||
|
|
||||||
canvas_options_form.addEventListener("submit", function(event) {
|
canvas_options_form.addEventListener("submit", function(event) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
canvas.toBlob(function(blob) {
|
canvas.toBlobHD(function(blob) {
|
||||||
saveAs(
|
saveAs(
|
||||||
blob
|
blob
|
||||||
, (canvas_filename.value || canvas_filename.placeholder) + ".png"
|
, (canvas_filename.value || canvas_filename.placeholder) + ".png"
|
||||||
|
|||||||
Reference in New Issue
Block a user