Skip to content

Commit

Permalink
refactor: 新年快乐
Browse files Browse the repository at this point in the history
  • Loading branch information
devhaozi authored Jan 1, 2025
1 parent 74d6e89 commit 7413a36
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# letteravatar

[![GoDoc](https://godoc.org/github.com/HaoZi-Team/letteravatar?status.svg)](https://godoc.org/github.com/HaoZi-Team/letteravatar)
![GitHub Workflow Status (with branch)](https://img.shields.io/github/actions/workflow/status/HaoZi-Team/letteravatar/test.yml?branch=main&style=flat-square)
[![GoDoc](https://godoc.org/github.com/tnb-labs/letteravatar?status.svg)](https://godoc.org/github.com/tnb-labs/letteravatar)
[![Go](https://img.shields.io/github/go-mod/go-version/tnb-labs/letteravatar)](https://go.dev/)
[![Release](https://img.shields.io/github/release/tnb-labs/letteravatar.svg)](https://github.com/tnb-labs/letteravatar/releases)
[![Test](https://github.com/tnb-labs/letteravatar/actions/workflows/test.yml/badge.svg)](https://github.com/tnb-labs/letteravatar/actions)
[![Report Card](https://goreportcard.com/badge/github.com/tnb-labs/letteravatar)](https://goreportcard.com/report/github.com/tnb-labs/letteravatar)
[![License](https://img.shields.io/github/license/tnb-labs/letteravatar)](https://www.gnu.org/licenses/agpl-3.0.html)

Letter avatar generation for Go.

Expand Down Expand Up @@ -39,7 +43,7 @@ img, err := letteravatar.Draw(100, []rune{'A'}, &letteravatar.Options{

## Documentation

[https://godoc.org/github.com/haozi-team/letteravatar](https://godoc.org/github.com/haozi-team/letteravatar)
[https://godoc.org/github.com/tnb-labs/letteravatar](https://godoc.org/github.com/tnb-labs/letteravatar)

## Examples

Expand All @@ -64,7 +68,7 @@ import (
"os"
"unicode/utf8"

"github.com/haozi-team/letteravatar"
"github.com/tnb-labs/letteravatar"
)

var names = []string{
Expand Down
2 changes: 1 addition & 1 deletion example/example.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"os"
"unicode/utf8"

"github.com/haozi-team/letteravatar"
"github.com/tnb-labs/letteravatar"
)

var names = []string{
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/haozi-team/letteravatar
module github.com/tnb-labs/letteravatar

go 1.20

Expand Down

0 comments on commit 7413a36

Please sign in to comment.