View Source Eakins
Eakins is a library that takes the pain out of image management in Ecto. It allows you to have pluggable storage backends for your image data and pluggable front-ends for all your rescaling needs. Currently, it supports storing images in s3 or on the file system, and supports Imgproxy as a serving frontend.
installation
Installation
Eakins is available in hex, and can be installed
by adding eakins
to your list of dependencies in mix.exs
:
def deps do
[
{:eakins, "~> 0.1.0"}
]
end
Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/eakins.
naming
Naming
Eakins is named after Thomas Eakins, an American realist painter who painted pretty clouds.