Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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