datauri-download
v0.1.3
Published
Tell the browser to download a datauri as a file
Downloads
6,193
Readme
datauri-download
Accepts a filename and a datauri, and causes the browser to open a download dialog for the file/data.
Example
datauriDownload('gradebook.csv', 'text/csv;charset=utf-8', toCsv(gradebookData))