UNPKG

ngx-lottie

Version:

<table> <thead> <tr> <th>ngx-lottie</th> <th>Angular</th> </tr> </thead> <tbody> <tr> <td> 7.x </td> <td> >= 8 < 13 </td> </tr> <tr> <td> 8.x </td> <td> 13 </td> </tr> <tr> <td> 9.x </td> <td> 14 </td> </tr> <tr> <td> 10.x </td> <td> 15 </td> </tr> <tr> <

74 lines 1.48 kB
{ "name": "ngx-lottie", "version": "20.0.0", "repository": { "type": "git", "url": "git+https://github.com/ngx-lottie/ngx-lottie.git" }, "license": "MIT", "homepage": "https://github.com/ngx-lottie/ngx-lottie#readme", "bugs": { "url": "git+https://github.com/ngx-lottie/ngx-lottie/issues" }, "keywords": [ "animation", "canvas", "svg", "after effects", "plugin", "angular", "angular8", "angular 8", "angular9", "angular 9", "angular10", "angular 10", "angular11", "angular 11", "angular12", "angular 12", "angular13", "angular 13", "angular14", "angular 14", "angular15", "angular 15", "angular 15", "angular16", "angular 16", "angular17", "angular 17", "angular18", "angular 18", "angular19", "angular 19", "angular20", "angular 20", "universal", "ivy" ], "sideEffects": false, "peerDependencies": { "@angular/core": ">=20", "lottie-web": ">=5.9.2" }, "dependencies": { "@scarf/scarf": "^1.1.1", "tslib": "^2.3.0" }, "module": "fesm2022/ngx-lottie.mjs", "typings": "index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/ngx-lottie.mjs" }, "./server": { "types": "./server/index.d.ts", "default": "./fesm2022/ngx-lottie-server.mjs" } } }