directus-extension-image-blurhash
v1.0.0
Published
Generates a blur_hash data when uploads an image file
Downloads
1
Maintainers
Readme
directus-extension-image-blurhash
Creates a blurhash image using the library: https://github.com/woltapp/blurhash
This script runs in files_upload
hook
Requirements
- A field named
blur_hash
(string) in thedirectus_files
collection - Have the
PUBLIC_URL
env variable set correctly