@lyo/csv-parse
v3.1.3
Published
Browser-compatible version of csv-parse
Downloads
5
Readme
@lyo/csv-parse
A browser-compatible version of csv-parse built automatically with Lyo.
Usage
In a browser
<script src="https://cdn.jsdelivr.net/npm/@lyo/csv-parse"></script>
<script>
csvParse();
</script>
In Node.js
# Install
npm i @lyo/csv-parse
const csvParse = require('@lyo/csv-parse')
csvParse();
Disclaimer
This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.
Use at your own risk