Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abichinger/lottie-alchemist
SPA to convert lottie animations into other formats
https://github.com/abichinger/lottie-alchemist
animation converter gif gif-animation lottie lottie-animation lottie-to-gif lottie-to-png lottie-to-video lottie-to-webm png spa webm
Last synced: 13 days ago
JSON representation
SPA to convert lottie animations into other formats
- Host: GitHub
- URL: https://github.com/abichinger/lottie-alchemist
- Owner: abichinger
- License: mit
- Created: 2024-01-29T15:53:27.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-01T20:30:21.000Z (about 1 year ago)
- Last Synced: 2024-11-24T18:15:23.006Z (2 months ago)
- Topics: animation, converter, gif, gif-animation, lottie, lottie-animation, lottie-to-gif, lottie-to-png, lottie-to-video, lottie-to-webm, png, spa, webm
- Language: TypeScript
- Homepage: https://abichinger.github.io/lottie-alchemist/
- Size: 1.32 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LottieAlchemist
SPA to convert Lottie animations into webm, gif, mkv and more.
[![open in browser](https://img.shields.io/badge/Open-in_browser-2ea44f?style=for-the-badge)](https://abichinger.github.io/lottie-alchemist/)
## Built with
- [Angular](https://angular.io)
- [Angular Material](https://material.angular.io/)
- [lottie-web](https://github.com/airbnb/lottie-web)
- [gifenc](https://github.com/mattdesl/gifenc/tree/master)
- [MediaRecorder](https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder)## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).