API Reference IdenticonSvg v0.9.2
modules
Modules
Main module of IdenticonSvg
that contains all functions of the library.
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.