lottie-player
lottie-player copied to clipboard
Yellow warning sign - Configurable Error State
In the lottie-player is a html snippet which displays a yellow warning sign, when a graphic cannot be loaded. It is configured in the render function here (line 564):
https://github.com/LottieFiles/lottie-player/blob/master/src/lottie-player.ts#L564
We would like to ask:
- if this error-output could be configured
- if providing a PR would be acceptable in which the error output could be silenced (empty string) or configured via element attribute.
Thanks, Edmund