ghost-image-store

Ghost storage adapter that automatically creates a webp version of your uploaded images


Keywords
ghost, mindspun, storage
License
MIT
Install
npm install ghost-image-store@1.2.1

Documentation

GitHub Coverage

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
        }
    }
}