Pinned Loading
-
Download the contents of an HTML5 ca...
Download the contents of an HTML5 canvas as an image 1function downloadCanvasAsImage(canvas, filename){
2let a = document.createElement("a")
3a.href = canvas.toDataURL()
4a.download = filename
5a.dispatchEvent(new MouseEvent("click"))
-
-
create-high-dpi-canvas
create-high-dpi-canvas Public archivea helper function to create HTML5 canvases that are compatible with high-DPI screens
JavaScript 1
2,021 contributions in the last year
Day of Week | April Apr | May May | June Jun | July Jul | August Aug | September Sep | October Oct | November Nov | December Dec | January Jan | February Feb | March Mar | April Apr | ||||||||||||||||||||||||||||||||||||||||
Sunday Sun | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Monday Mon | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Tuesday Tue | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Wednesday Wed | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Thursday Thu | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Friday Fri | |||||||||||||||||||||||||||||||||||||||||||||||||||||
Saturday Sat |
Less
No contributions.
Low contributions.
Medium-low contributions.
Medium-high contributions.
High contributions.
More