esi/README.md

17 lines
495 B
Markdown

# esi
Go version of @AlexPoulson's ESI format.
See original repo for more info: https://github.com/AlexPoulsen/esi
This package is compatible with the `"image"` package. See `esiconv/main.go` for a very simple example of usage.
## esiconv
`esiconv` is a conversion tool, and also serves as an example for this package's usage.
Get pre-built binaries on the [Releases](https://github.com/kayteh/esi/releases/tag/0.1) page, or go-get via
```bash
go get -u github.com/kayteh/esi/esiconv
```