Bunlong / svelte-csv

svelte-csv is the fastest in-browser CSV (or delimited text) parser for Svelte. It is full of useful features such as CSVReader, CSVDownloader, readString, jsonToCSV, readRemoteFile, ... etc.
MIT License
10 stars 4 forks source link

Add the papaparse options to the button/link #7

Open vzorge opened 1 year ago

vzorge commented 1 year ago

It would be nice to add the papaparse config options to the link itself. It is currently possible to first parse the json and then feed it to the link, but it would be so much easier to immediatly add it to the svelte element.