Community Plugin
View plugin on GitHubGatsby Lottie Transformer Plugin
A Gatsby transformer plugin to generate SVG placeholders for Lottie JSON animations.
Install
npm install gatsby-transformer-lottie
How to use
In gatsby-config.js
:
module.exports = {
plugins: [`gatsby-transformer-lottie`]
}