diff --git a/README.md b/README.md index 793f584..4aeee19 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ # sparrow - Sparrow v2 texture atlas library for Go + +[![Go Reference](https://pkg.go.dev/badge/github.com/MatusOllah/sparrow.svg)](https://pkg.go.dev/github.com/MatusOllah/sparrow) + +**sparrow** is a Sparrow v2 texture atlas (the same format that FNF uses) library for Go. +Handy if you're making a game that uses Sparrow v2 or rewriting FNF in Go (like me). + +## Features + +* Decoding +* Encoding +* Image / Frame extracting \ No newline at end of file