This project is a web application designed to edit Lottie JSON files. It provides a user-friendly interface for uploading, editing, and previewing Lottie animations in real-time.
- File Upload: Users can upload Lottie JSON files, which are validated and parsed for editing.
- Editor: A dedicated editor interface allows users to modify the JSON structure of the Lottie files.
- Live Preview: Changes made in the editor are reflected in a live preview of the animation, enabling immediate feedback.
- Error Handling: Comprehensive error handling ensures that users are informed of any issues with their Lottie files.
- Upload a Lottie JSON file using the file upload component.
- Edit the JSON in the editor component.
- View the live preview of the animation as you make changes.