Its possible to export to a png file ?
Closed this issue · 2 comments
xixi52 commented
Hello youre project is awesome but its possible to export to a png file the skin with a pos ?
pikachub2005 commented
To download a picture of the canvas, make a bookmarklet.
javascript: c = document.getElementsByTagName("canvas")[0]; a = document.createElement("a"); a.href = c.toDataURL(); a.download = "Minerender.png"; document.body.appendChild(a); a.click();
If you want to download the skin, try another site such as https://minecraft.tools/en/skin.php.
stale commented
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.