1.3.0 • Published 3 years ago

ghost-image-store v1.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

3 years ago

1.2.4

3 years ago

1.2.3

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.2.1

3 years ago

1.0.0

3 years ago