Skip to content

najmiter/looto

Repository files navigation

Lootie Logo

Lottie Editor App

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.

Features

  • 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.

Getting Started

Usage

  1. Upload a Lottie JSON file using the file upload component.
  2. Edit the JSON in the editor component.
  3. View the live preview of the animation as you make changes.