PNG generation support for Vivid.
Find a file
2017-01-12 08:40:31 +13:00
config Initial commit. 2017-01-12 08:40:31 +13:00
lib Initial commit. 2017-01-12 08:40:31 +13:00
test Initial commit. 2017-01-12 08:40:31 +13:00
.gitignore Initial commit. 2017-01-12 08:40:31 +13:00
LICENSE Initial commit. 2017-01-12 08:40:31 +13:00
mix.exs Initial commit. 2017-01-12 08:40:31 +13:00
mix.lock Initial commit. 2017-01-12 08:40:31 +13:00
README.md Initial commit. 2017-01-12 08:40:31 +13:00

Vivid.PNG

Vivid.PNG adds PNG generating support to Vivid, a 2D rendering library implemented 100% in Elixir with no dependencies.

Installation

Available in Hex, the package can be installed by adding vivid_png to your list of dependencies in mix.exs:

def deps do
  [{:vivid_png, "~> 0.1.0"}]
end

License

Source code is licensed under the terms of the MIT license, the text of which is included in the LICENSE file in this distribution.

Documentation

Documentations can be found at https://hexdocs.pm/vivid_png.