0.0.5 • Published 3 years ago

console-api v0.0.5

Weekly downloads
10
License
MIT
Repository
github
Last release
3 years 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.