Skip to content

v0.1.0-alpha1

Pre-release
Pre-release
Compare
Choose a tag to compare
@VDV1llain VDV1llain released this 10 Jan 12:44
093cfd2

ADDED

  • RESET as global variable (instead of CLEAR in flux()).
  • ValueError in case custom RGB values are out of bounds.
  • BLINK escape code in Style class

CHANGED

  • How color codes are made (replacing "\033[" with ESC).
  • Refactored flux().

REMOVED

  • CLEAR constant in flux() | | REASON: Global RESET constant is more useful for other things as well
  • CLEAN constant | | REASON: Literally had no use.