A simple web app to display a remote image file in a lightbox-style interface. Supported formats include JPEG, PNG, GIF, SVG, WebP, AVIF, and BMP. Maximum allowed file size is 200 MB.
Uses OpenSeadragon to display images.
When the app is running, submit a valid remote image URL via query parameter url. For example:
Once the image loads, use the built-in controls to zoom, rotate the image, or enter full screen mode.
# Install dependencies
npm install
# Run development server
npm run dev
# Build production website
npm run build