Skip to content

sebadorn/everything-viewer

Repository files navigation

Everything Viewer

An online viewer for various file formats.

Screenshot of the web application showing multiple open windows: MIDI player, GIF viewer with single frames, SPLAT viewer using BabylonJS

Try it: https://sebadorn.github.io/everything-viewer/

Runs locally in the browser, no files are uploaded to any server. Modules are loaded lazily, so only the contents actually needed for parsing and viewing an opened file will be loaded.

Supported formats

📐 3D models

  • A simple viewer (Babylon Viewer) for single-file models in the format .glb, .obj, .ply, .splat and .stl.

🤖 AI

  • Show the header data of .gguf (GGML Universal File) AI model files.
  • Show the header data of .safetensors (Safetensors) AI model files.

🎧 Audio

  • Show the default audio element to play formats supported by the browser.
  • Support Midi files (.mid) using Tone.js and a custom player UI.

🎨 Image

  • Shows an image if the browser supports the format.
  • Offers a tool for .gif files to step through each frame.

🩺 Medical

  • Uses Cornerstone to view DCM/DICOM and NIFTI files (.dcm, .dicom, .nii) including showing a lot of meta data and playing images as animation if multiple are contained.
    • Also works if drag & dropping a directory of DICOM files. Uses an optionally included dicomdir file for the order.

📎 Office

  • Show .csv table data as HTML table.
  • Show exported emails in .eml format. Lists headers, attachments, and optionally the body with external resources removed or loaded.
  • Show calendar events (.ical, .ics, .ifb, .vcs).
  • Show visiting cards / vCards (.vcf).
  • Show the contents of .msg files and list its attachments for viewing or extraction. Commonly used format for email exports.
  • Show a PDF viewer for .pdf files if the browser has PDF.js integrated.

📑 Text/Code

  • Show the contents of text files with syntax highlighting for various programming/scripting/configuration/markup languages.

🎬 Video

  • Show the default video element to play formats supported by the browser.

📚 Other

  • Show single file web archive files (.mhtml, .mht).
  • Show meta data of Torrent identifier files (.torrent).
  • For .zip files show a list of its contents. Does not supported password-protected archives yet.

Libraries/Packages

Setup

npm install

Run locally for development

# Build in development mode
npx webpack --mode development
# Change to output directory
cd dist
# Run a local webserver on http://localhost:8000
python3 -m http.server

How to build

npx webpack --mode production

About

An online viewer for various file formats.

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors