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

v0.3.0 2025-01-11 11:41 UTC

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.

Screenshot

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