Packages

It creates a default profile picture for users in the case where they don't want to upload real picture.

Current section

Files

Jump to
tinpo_identicon lib image.ex
Raw

lib/image.ex

defmodule Identicon.Image do
defstruct hex: nil, colour: nil, grid: nil, pixel_map: nil
end