Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
edysegura authored Jul 10, 2024
1 parent 9666b39 commit 3d6900c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@
Simple examples using HTML5 FileReader API

## Example

- [Image Preview](https://edysegura.github.io/js-FileReader/image-preview)
- [CSV Reader](https://edysegura.github.io/js-FileReader/csv-reader)
- [CSV Export](https://edysegura.github.io/js-FileReader/csv-export)
- [Image Preview](https://edysegura.github.io/html5-FileReader/image-preview)
- [CSV Reader](https://edysegura.github.io/html5-FileReader/csv-reader)
- [CSV Export](https://edysegura.github.io/html5-FileReader/csv-export)
- [CSV Reader with Papaparse](http://edysegura.com/html5-FileReader/csv-reader-papaparse)
- [Image Compress](https://edysegura.com/html5-FileReader/image-compress)
- [Save files to indexedDB](http://edysegura.com/html5-FileReader/store-files-indexddb)

## References

Expand Down

0 comments on commit 3d6900c

Please sign in to comment.