Command Palette

Search for a command to run...

Relottie Ecosystem - Plugins

Explore the Relottie plugin ecosystem. Discover official and community plugins to parse, transform, and stringify Lottie animations. Learn to create your own.

Ecosystem: relottie Plugins

Plugins are the core mechanism for extending and customizing relottie's functionality. They are reusable modules that hook into the unified processing pipeline to inspect, analyze, or transform the LAST tree.

What Plugins Do

You can chain multiple plugins together using the .use() method of the relottie processor or configure them using the CLI.

Official Plugins

The @lottiefiles organization maintains several core and utility plugins:

Finding Community Plugins

The relottie ecosystem is designed to be extensible. You can find plugins created by the community:

Using Third-Party Plugins

Anyone can create relottie plugins. When incorporating plugins from external sources, remember to carefully assess their quality, maintenance status, and potential security implications, just as you would with any third-party dependency. Pay special attention if the plugin deals with or modifies Lottie expressions, as noted in the Security Considerations.

Creating Your Own Plugins

If you can't find a plugin that meets your needs, you can create your own! See the Guide: Creating Plugins to learn how.

Last updated: April 10, 2026 at 9:12 AMEdit this page