ghost-storage-gs
v1.0.0
Published
Ghost storage adapter that automatically creates a webp version of your uploaded images
Downloads
1
Readme
ghost-image-store
Ghost storage adapter that automatically creates a webp version of your uploaded images.
Installation
npm install ghost-image-store
mkdir -p ./content/adapters/storage
cp -r ./node_modules/ghost-image-store ./content/adapters/storage/image-store
Configuration
{
"storage": {
"active": "image-store",
"image-store": {
"webpQuality": 80
}
}
}