chenqingspring / ng-lottie

Render After Effects animations on Angular based on lottie-web
MIT License
340 stars 100 forks source link

feat(options): allow changing `rendered` option #30

Closed WesSouza closed 6 years ago

WesSouza commented 6 years ago

Lottie's rendered option was hardcoded to svg, this allows the option to be updated, keeping svg as a default.

I have a use case where svg renders a glitch, but canvas works fine.

I've also added dist to the repository, so that installing the package directly from GitHub works.