Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 545 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 545 Bytes

#console-out

Build Status

Description

A library for basic colourization and formatting of console output.

Most of the core functionality was extracted from HaxePunk and restructured to make it more widely usable.

Output of these commands is not supported on Windows so the library will skip sending these commands on a Windows system.

Example

ConsoleOut.print("Hi", Color.Red);