This is a simple Lottie animation editor.
- Import and export Lottie JSON files.
- List layers and shapes.
- Edit shape colours, animation dimensions and framerate.
- Preview changes in real time.
- Clone the repository:
git clone https://github.com/chrisgreen1993/lottie-editor.git
- Navigate to the project directory:
cd lottie-editor
- Install dependencies:
npm install
- Start the application:
npm run dev