Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevetoro/glidicon

A Gleam library for generating identicon images.
https://github.com/stevetoro/glidicon

egd gleam identicon

Last synced: 1 day ago
JSON representation

A Gleam library for generating identicon images.

Awesome Lists containing this project

README

        

# glidicon

[![Package Version](https://img.shields.io/hexpm/v/glidicon)](https://hex.pm/packages/glidicon)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/glidicon/)

```sh
gleam add glidicon
```
```gleam
import glidicon

pub fn main() {
let image = glidicon.create("gleam") |> glidicon.image
// Enjoy your Identicon.
}
```

Further documentation can be found at .

## Development

```sh
gleam test # Run the tests
```