Public
Like
xmp2reshade
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
This directory contains the web interface for the XMP to Lightroom Config converter.
index.html- Main HTML template with TailwindCSS stylingindex.tsx- TypeScript frontend logic for file handling and conversion
- Drag & Drop Upload: Users can drag XMP files directly onto the upload zone
- File Validation: Only accepts .xmp files
- Real-time Feedback: Shows file information, loading states, and error messages
- Copy to Clipboard: One-click copying of the converted configuration
- Download Config: Download the converted configuration as a text file
- Responsive Design: Works on desktop and mobile devices
- User visits the main page
- Uploads an XMP file via drag-drop or file picker
- Clicks "Convert to Lightroom Config"
- Views the converted configuration
- Can copy to clipboard or download the result
Uses TailwindCSS via CDN for consistent, responsive styling with:
- Clean, modern interface
- Color-coded feedback (blue for info, green for success, red for errors)
- Smooth transitions and hover effects
- Mobile-responsive layout