chelnak / ysmrr

YSMRR is a package that provides simple multi-line compatible spinners for Go applications.
MIT License
71 stars 6 forks source link

Rename spinner package #27

Closed chelnak closed 1 year ago

chelnak commented 1 year ago

Prior to this PR CharMap was used to describe the animations that could be used with a spinner.

The UX for this wasn't great because it wasn't really clear what a CharMap was.

This commit renames the spinner package to Animations. Types and methods have also been renamed to match.