Mantra is a timeline editing tool for web animations. It is inspired by tools such as Adobe Flash and After Effects.
Mantra can either be used at https://jeremyckahn.github.io/mantra/ or installed and run locally.
System requirements:
- NodeJS/NPM,
Clone this repo and install the dependencies:
npm install
To run the app:
npm start
You can now access Mantra from http://0.0.0.0:9009.
You can build the project with:
npm run build
Mantra is distributed under a CC BY-NC-SA license. Don't worry, this license does not extend to the animations you create with Mantra, just the application itself. You are free to use the animations created by Mantra however you please. You are encouraged to use and modify the code to suit your needs, as well as redistribute it non-commercially.