console-api

0.0.6 • 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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.60latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.60
0.0.59
0.0.40
0.0.20
0.0.11

Package Sidebar

Install

npm i console-api

Weekly Downloads

7

Version

0.0.6

License

MIT

Unpacked Size

129 kB

Total Files

6

Last publish

Collaborators

  • jimbly