@dov118/change-display-settings-native
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

CHANGE-DISPLAY-SETTINGS-NATIVE

npm license Downloads Node version

Change-display-settings-native is a library for change windows display settings using node

Table of Contents

How to get it ?

npm i @dov118/change-display-settings-native

How to use it ?

  • JavaScript
const {ChangeDisplaySettings} = require('@dov118/change-display-settings-native');

ChangeDisplaySettings.ChangeDisplayOrientation("180");
  • TypeScript
import {ChangeDisplaySettings} from "@dov118/change-display-settings-native";

ChangeDisplaySettings.ChangeDisplayOrientation("180");

Readme

Keywords

none

Package Sidebar

Install

npm i @dov118/change-display-settings-native

Weekly Downloads

3

Version

2.0.0

License

MIT

Unpacked Size

126 kB

Total Files

8

Last publish

Collaborators

  • dov118