el-schneider / statamic-lottie-preview
Preview Lottie animations in your control panel
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:Vue
Type:statamic-addon
Requires
- statamic/cms: ^5.0
Requires (Dev)
- orchestra/testbench: ^9.0
This package is auto-updated.
Last update: 2025-06-11 12:49:27 UTC
README
A Statamic addon that previews Lottie animations in your control panel.
Features
Support for .lottie
and .json
files
How to Install
You can install this addon via Composer:
composer require el-schneider/statamic-lottie-preview
Support for .lottie files
you need to add "lottie"
to the additional_uploadable_extensions
array in your config/statamic/assets.php
file, like so:
'additional_uploadable_extensions' => [ 'lottie', ],
Roadmap
- Add assets browser support
- Full playback controls for editor view