Ghost/ghost/image-transform/lib
Kevin Ansfield b02d82fb24 Added canTransformFiles() method
refs https://github.com/TryGhost/Ghost/issues/11944

- it's useful for consuming applications to know if images can be transformed outside of actually performing the transform (eg, when outputting "resized" image URLs)
- added `canTransformFiles()` that returns a boolean for whether or not `sharp` is installed
2020-07-02 18:00:12 +01:00
..
transform.js Added canTransformFiles() method 2020-07-02 18:00:12 +01:00