mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Added progress bar for GIF rendering
This commit is contained in:
parent
09319ecc1b
commit
b217f8f005
@ -136,7 +136,7 @@
|
|||||||
|
|
||||||
gif.on('finished', function(blob) {
|
gif.on('finished', function(blob) {
|
||||||
this.hideProgressStatus_();
|
this.hideProgressStatus_();
|
||||||
// this.blobToBase64_(blob, cb);
|
this.blobToBase64_(blob, cb);
|
||||||
}.bind(this));
|
}.bind(this));
|
||||||
|
|
||||||
gif.render();
|
gif.render();
|
||||||
|
Loading…
Reference in New Issue
Block a user