2.3.0 • Published 3 years ago

node-screen-dpi v2.3.0

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

A NAPI Native C++ Addons to get screen dpi on Windows.

Example

const {GetScreen} = require("node-screen-dpi");

const screen = GetScreen(); // {dpi: i,...}

Installation

npm install node-screen-dpi

You will need C/C++ build tools and Python 2.7 (node-gyp) to build this module.

2.3.0

3 years ago

2.2.0

3 years ago

2.1.0

3 years ago

2.0.1

3 years ago

2.0.0

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago