terminal-canvas

Manipulate the cursor in your terminal via high-performant, low-level, canvas-like API

MIT License

Downloads
59
Stars
171
Committers
5
terminal-canvas - v3.1.2 Latest Release

Published by ghaiklor over 4 years ago

Minor Improvement:

  • Get rid of optional dependencies that act like a dependencies and move them into devDependencies
terminal-canvas - v3.1.1

Published by ghaiklor over 4 years ago

Bug Fixes:

  • Cells in the canvas are not properly initialized, leading to some strange behaviours when erasing a screen e.g.
terminal-canvas - v3.1.0

Published by ghaiklor over 4 years ago

Bug Fixes:

  • background() and foreground() accepts none as a color
terminal-canvas - v3.0.3

Published by ghaiklor over 4 years ago

  • Fix types export from package.json
terminal-canvas - v3.0.2

Published by ghaiklor over 4 years ago

terminal-canvas - v3.0.1

Published by ghaiklor over 4 years ago

terminal-canvas - v2.1.0

Published by ghaiklor over 6 years ago

Performance

  • Improved performance of flush() method
terminal-canvas - v2.0.0

Published by ghaiklor over 7 years ago

<a name"2.0.0">

2.0.0 (2017-03-20)

Breaking Changes

  • Removed support for older NodeJS versions

(7797e66e)

terminal-canvas - v1.0.0

Published by ghaiklor over 8 years ago

<a name"1.0.0">

1.0.0 (2016-03-23)

Bug Fixes

  • cursor:
    • Fix issue when reset() is undefined out of the bounding box (659435a8)
    • Fix issue with non-passing options on create() (05bdd97f)

Breaking Changes

  • Fully rewritten render engine

    (91583a3d)