Packages
identicon2
0.1.0
This package converts any hash value, IP address, name into and unique image. The unique image will be the same for the same string
Current section
Files
Jump to
Current section
Files
lib/image.ex
defmodule Identicon.Image do
@moduledoc """
This holds the data structures of our final image
"""
defstruct hex: nil, color: nil, grid: nil, pixel_map: nil
end