A local-first file browser using OPFS and web workers. Demo soon.
Exifbrowser is a local-first file explorer that utilizes the Origin Private File System (OPFS) and web workers. With Exifbrowser, users can drop a folder of 1000+ images onto the page and it will generate a list of all the images and their EXIF data in just a couple of seconds. This tool serves as a base for a custom iNaturalist upload interface and is currently a work in progress.
To install Exifbrowser, follow these steps:
Clone the repository from https://github.com/mattf96s/exifbrowser.
Install the required dependencies by running the following command:
npm install
Start the development server using the following command:
npm run dev
Open your browser and navigate to http://localhost:3000 to access Exifbrowser.
Exifbrowser is a local-first file explorer that offers fast and efficient browsing of large image folders while displaying their respective EXIF data. With features like file tree navigation, image editing, and parallel transformations, Exifbrowser aims to provide users with a seamless and powerful image management tool. Although still a work in progress, the project demonstrates the potential of utilizing web technologies like OPFS, web workers, and IndexedDB to create responsive and feature-rich applications.