Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 799 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 799 Bytes

Still Imageflow

Image preprocessor adapter to use imageflow with Still.

Installation

First, make sure you include it in your deps:

def deps do
  [
    {:still_imageflow, "~> 0.1.0"},
    # ...
  ]
end

Then, configure still to use it as your adapter:

config :still, :image_adapter, Still.Preprocessor.Image.Imageflow

About

Still was created and is maintained with ❤️ by Subvisual.

Subvisual

License

Still Imageflow is released under the ISC License.