Javascript Code Dump By Vatsal Patel
ID : 1 & Title : Download Fabric Canvas as png
function DownloadPng(){ let url = canvas.toDataURL({ multiplier: 4 }); $('<a>').attr({ href: url, download: "Notes.png" })[0].click(); }
Submit
Delete
Download
Number of ID : 1