294 lines
10 KiB
Markdown
294 lines
10 KiB
Markdown
# Go Jdenticon - Development Guide for Claude Code
|
||
|
||
## Project Overview
|
||
|
||
Go Jdenticon is a Go library for generating highly recognizable identicons - geometric avatar images generated deterministically from any input string. This is a Go port of the JavaScript library [Jdenticon](https://github.com/dmester/jdenticon).
|
||
|
||
**Critical Achievement**: This implementation maintains **byte-for-byte identical SVG output** with the JavaScript reference implementation through careful algorithm replication.
|
||
|
||
## Key Features
|
||
|
||
- Renders identicons as PNG or SVG with no external dependencies
|
||
- Generates consistent, deterministic identicons from any input string
|
||
- Highly customizable color themes and styling options
|
||
- Command-line tool included for standalone usage
|
||
- **JavaScript reference compatibility** - produces identical output to the original JavaScript library
|
||
|
||
## Project Structure
|
||
|
||
```
|
||
go-jdenticon/
|
||
|