0.0.6 • Published 4 months ago

console-api v0.0.6

Weekly downloads
10
License
MIT
Repository
github
Last release
4 months ago

Native Node.js bindings for the Win32 Console API

Usage:

const console_api = require('console-api');

console_api.setPalette(console_api.palettes.solarized_dark);
console_api.setTitle('New Title!');

Palettes are an array of 16 RGB values in the form 0xRRGGBB, 0xRRGGBB, ...

Note: though this module can be included on any platform, it currently does nothing except on Win32.

0.0.6

4 months ago

0.0.5

4 years ago

0.0.4

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago