Packages
tinpo_identicon
0.1.0
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
Current section
Files
lib/image.ex
defmodule Identicon.Image do
defstruct hex: nil, colour: nil, grid: nil, pixel_map: nil
end