Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

1 decade ago by congwang0517

the canvas.toDataURL()'s image is like this:data:image/png;base 64,asdfadfadfa

the animeSheet how to use it?

1 decade ago by congwang0517

it has been solved.
window.animSheet1 = new Image();
window.animSheet1.src = canvas.toDataURL();
this.animSheet = new ig.AnimationSheet(window.animSheet1.src, 120, 120);
Page 1 of 1
« first « previous next › last »