Ghost/ghost/image-transform
Daniel Lockyer f6d5480c4f Renamed TryGhost/Ghost-Utils links to TryGhost/Utils
no issue

- this repository has been renamed so this commit just brings all the
  links inline with this change
2021-01-12 16:40:16 +00:00
..
lib Added canTransformFiles() method 2020-07-02 18:00:12 +01:00
test Remove trailing commas from .eslintrc.js files 2020-08-04 14:48:07 +01:00
.eslintrc.js Remove trailing commas from .eslintrc.js files 2020-08-04 14:48:07 +01:00
index.js
LICENSE
package.json Renamed TryGhost/Ghost-Utils links to TryGhost/Utils 2021-01-12 16:40:16 +00:00
README.md

Image Transform

Install

npm install @tryghost/image-transform --save

or

yarn add @tryghost/image-transform

Usage

Develop

This is a mono repository, managed with lerna.

Follow the instructions for the top-level repo.

  1. git clone this repo & cd into it as usual
  2. Run yarn to install top-level dependencies.

Run

  • yarn dev

Test

  • yarn lint run just eslint
  • yarn test run lint and tests

Copyright & License

Copyright (c) 2020 Ghost Foundation - Released under the MIT license.