console-api

0.0.5 • Public • Published

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.

Package Sidebar

Install

npm i console-api

Weekly Downloads

34

Version

0.0.5

License

MIT

Unpacked Size

5.88 kB

Total Files

5

Last publish

Collaborators

  • jimbly