Terminal Canvas Versions Save

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

v3.1.2

3 years ago

Minor Improvement:

  • Get rid of optional dependencies that act like a dependencies and move them into devDependencies

v3.1.1

4 years ago

Bug Fixes:

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

v3.1.0

4 years ago

Bug Fixes:

  • background() and foreground() accepts none as a color

v3.0.3

4 years ago
  • Fix types export from package.json

v3.0.2

4 years ago

v3.0.1

4 years ago

v2.1.0

6 years ago

Performance

  • Improved performance of flush() method

v2.0.0

7 years ago

<a name"2.0.0">

2.0.0 (2017-03-20)

Breaking Changes

  • Removed support for older NodeJS versions

(7797e66e)

v1.0.0

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)