0.1.0 • Published 11 months ago

windows-scaling v0.1.0

Weekly downloads
-
License
WTFPL
Repository
github
Last release
11 months ago

⚖️ Windows Scaling

For some reason it has to be this hard to set scale programatically on Windows 🤢

This is based on the amazing work in https://github.com/lihas/windows-DPI-scaling-sample who figoured out how!

Usage

npm i windows-scaling
import scaling from 'windows-scaling'

// Get current scaling
scaling.get()

// Set current scaling
scaling.set(200)
0.1.0

11 months ago

0.0.1

11 months ago