0.0.1 • Published 6 years ago

ghost-storage-preprocessor-transform-sqip v0.0.1

Weekly downloads
2
License
WTFPL
Repository
github
Last release
6 years ago

Ghost Storage Preprocessor SQIP Transform

Creates a SQIP for every uploaded file and appends .sqip.svg

Used with ghost-storage-preprocessor.

Prerequisites

Installation

$ npm install ghost-storage-preprocessor-sqip
$ mkdir -p ./content/adapters/storage/preprocessor/transforms
$ cp -r ./node_modules/ghost-storage-preprocessor-transform-sqip ./content/adapters/storage/preprocessor/transforms/sqip

Usage

{
  "storage": {
    "active": "preprocessor",
    "preprocessor": {
      "transforms": [
        ["sqip", {}]
      ]
    }
  }
}