go3a is parser library for animated ascii art format.

Usage example:
f, _ := os.Open("example.3a")
art, err := go3a.Parse3A(f)
if err != nil {
log.Fatal(err)
}
fmt.Println(art)This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or opensource.org/licenses/MIT)
at your option.