Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 597 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 597 Bytes

Lottie Editor

This is a simple Lottie animation editor.

Try it here

Features

  • Import and export Lottie JSON files.
  • List layers and shapes.
  • Edit shape colours, animation dimensions and framerate.
  • Preview changes in real time.

editor screenshot

Development

  1. Clone the repository: git clone https://github.com/chrisgreen1993/lottie-editor.git
  2. Navigate to the project directory: cd lottie-editor
  3. Install dependencies: npm install
  4. Start the application: npm run dev