Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.14 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.14 KB

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
  • DCM, DICOM
  • 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 has a PDF viewer integrated
  • 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

How to build

npx webpack --mode production