czv/czv-wasm/examples/web-demo
2024-06-20 17:11:28 -04:00
..
index.html docs: update info about WASM web-demo example 2024-06-20 17:11:28 -04:00
pico.min.css docs: update info about WASM web-demo example 2024-06-20 17:11:28 -04:00
README.md docs: update info about WASM web-demo example 2024-06-20 17:11:28 -04:00
script.js docs: update info about WASM web-demo example 2024-06-20 17:11:28 -04:00
script.ts docs: update info about WASM web-demo example 2024-06-20 17:11:28 -04:00

czv for WebAssembly web demo

View index.html in a web browser and import a CSV file.

Development

If you want to modify the TypeScript code then after you save your modifications you must run tsc script.ts --module es2022 --target es2022 to generate a compatible script.js file.