Packages

A simple and fast vips image processing library for Gleam!

Current section

Files

Jump to
ansel src ansel.app.src
Raw

src/ansel.app.src

{application, ansel, [
{vsn, "2.0.0"},
{applications, [gleam_stdlib,
snag,
vix]},
{description, "A simple and fast vips image processing library for Gleam!"},
{modules, ['Elixir.Ansel',
ansel,
ansel@@main,
ansel@bounding_box,
ansel@color,
ansel@image]},
{registered, []}
]}.