mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
7 lines
292 B
Markdown
7 lines
292 B
Markdown
# 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.
|