1.4.2 • Published 5 years ago
nc-screen v1.4.2
nc-screen
Nodejs C++ addon to get device screen size
Install
npm install nc-screenor
yarn add nc-screenUsage
const { getInfo } = require('nc-screen');
console.log(getInfo()); // {width: 1920, heigth: 1080}Compile
sudo yarn buildor
sudo npm run buildChange Log
You can read history changes from this doc.