Chrome Release Bot (LUCI) 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
..
BUILD.gn 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
DIR_METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
LICENSE 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
METADATA 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
OWNERS 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
README.chromium 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
README.md 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
lottie_worker.js 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año
minify_lottie.py 4762b62e7d Publish DEPS for 106.0.5249.13 hace 1 año

README.chromium

Name: Lottie Web
Short Name: lottie-web
URL: https://github.com/airbnb/lottie-web
Version: v5.5.2
License: MIT
License File: LICENSE
Security Critical: no

Description:
Lottie is a library for Android, iOS, Web, and Windows that parses Adobe After Effects animations exported as json with Bodymovin and renders them natively on mobile and on the web.

The library imported here is the lottie-web library which is a javascript file that can run animations on the web.

Local Modifications:
The library has been modified to be able to run on javascript worker thread which provides performance benefits and some level of security sandboxing. The library has its document and window references removed. All XMLHttpRequest have also been removed. This means the animation will not load external assests like images and fonts. A wrapper function has been added to handle messages sent to the worker thread from the main thread.

Generating Minified Version:
Minified version automatically generated at build time via the
//third_party/lottie:minify target.