1.4.2 • Published 3 years ago

nc-screen v1.4.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.2.2

3 years ago

1.3.0

3 years ago

1.1.1

3 years ago

1.2.1

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago