Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stevetoro/glidicon
- Owner: stevetoro
- License: mit
- Created: 2024-09-08T13:25:26.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-09-27T08:36:05.000Z (about 1 month ago)
- Last Synced: 2024-10-30T16:56:43.005Z (8 days ago)
- Topics: egd, gleam, identicon
- Language: Gleam
- Homepage: https://hexdocs.pm/glidicon
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 glidiconpub 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
```