Current section

Files

Jump to
excon lib excon imagemaker.ex
Raw

lib/excon/imagemaker.ex

defmodule Excon.ImageMaker do
@moduledoc """
Behaviour for creating images from a hash.
"""
@callback create_image(hash :: binary, magnification :: integer) :: binary
end