Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebadorn/everything-viewer
An online viewer for various file formats.
https://github.com/sebadorn/everything-viewer
csv eml ical javascript web
Last synced: 2 days ago
JSON representation
An online viewer for various file formats.
- Host: GitHub
- URL: https://github.com/sebadorn/everything-viewer
- Owner: sebadorn
- License: mit
- Created: 2022-04-15T21:25:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T20:20:30.000Z (5 months ago)
- Last Synced: 2024-06-04T22:29:45.280Z (5 months ago)
- Topics: csv, eml, ical, javascript, web
- Language: JavaScript
- Homepage: https://sebadorn.github.io/everything-viewer/
- Size: 679 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Everything Viewer
Okay, not *everything*. The idea is to support different formats and maybe provide some additional information or tools.
## Supported formats
* Audio – *if the browser supports the format*
* CSV
* EML
* Show the email headers
* Show the email body with external resources removed
* Show the email body with loaded external resources
* iCal
* Image – *if the browser supports the format*
* GIF: Step through each frame
* PDF – *if the browser supports it*
* Text
* With syntax highlighting for selected languages
* VCF (vCard)
* Video – *if the browser supports the format*
* ZIP
* Show a list of the directory structure and files## Libraries
* CSV – https://github.com/vanillaes/csv
* highlight.js – https://highlightjs.org/
* ical.js – https://github.com/mozilla-comm/ical.js
* JSZip – https://github.com/Stuk/jszip
* omggif – https://github.com/deanm/omggif
* vCardJS – https://github.com/nilclass/vcardjs