Modules
Generate GitHub-style identicons as complete SVG documents.
Module of IdenticonSvg that contains functions related to handling colors.
Module of IdenticonSvg that contains functions related to drawing SVG elements and composing the SVG output of the requested identicon.
Module incorporating functions that remove internal edges shared between squares grouped into a polygon.
Module that contains functions for tracing edges around merged squares of the identicon's grid.
Defines the %Identicon{} struct used by the functions of the main
module to gradually process and generate an identicon.
Module incorporating functions that find neighboring squares and use Enum.reduce/3 to group them into polygons.
Mix Tasks
Profile identicon generation performance across sizes and options.