nc-screen
TypeScript icon, indicating that this package has built-in type declarations

1.4.2 • Public • Published

nc-screen

Build Status Download Coverage Npm Node License

Nodejs C++ addon to get device screen size

Install

npm install nc-screen

or

yarn add nc-screen

Usage

const { getInfo } = require('nc-screen');

console.log(getInfo()); // {width: 1920, heigth: 1080}

Compile

sudo yarn build

or

sudo npm run build

Change Log

You can read history changes from this doc.

Author

Javen Leung

LICENSE

MIT

Package Sidebar

Install

npm i nc-screen

Weekly Downloads

21

Version

1.4.2

License

MIT

Unpacked Size

726 kB

Total Files

36

Last publish

Collaborators

  • javen