Features
- Automatically grab the color palette from your image assets.
- Update existing image assets using integrated command.
- Access palette colors in antlers.
- Preview palette when editing an image
Getting Started
We have made things easy for you start. Here is the three steps your need to follow:
Install the addon Simply run
composer require enyancc/image-palette
You also can follow official Statamic help guideGenerate palette for existing assets. If you already started uploading assets, it is very easy to add palette, run
php please imagepalette:generate
.Use it. Access palette colors in your antlers templates using
{{ asset:palette }}
iterator
Changelog
1.0.0 🚀 Initial release.