Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@dov118/change-display-settings-native

dov11810MIT2.0.0TypeScript support: included

readme

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 `javascript const {ChangeDisplaySettings} = require('@dov118/change-display-settings-native');

ChangeDisplaySettings.ChangeDisplayOrientation("180");


- TypeScript
```typescript
import {ChangeDisplaySettings} from "@dov118/change-display-settings-native";

ChangeDisplaySettings.ChangeDisplayOrientation("180");

changelog

2.0.0 (2021-06-)

Code Refactoring

  • Add CHANGELOG.md
  • Add LICENSE (5f87e1f)
  • Update README.md (7b5eed7)
  • Add engines.node and engines.npm + add .npmrc file (95c90ee)
  • Update .gitignore (537c880)
  • Update package.json (c6ba3f7)
  • Change index.js to index.ts and test.js to use TypeScript (ce0af49)

Updates

  • Update node-addon-api from 1.1.0 to 4.0.0 (f6bd18b)

BREAKING CHANGES

  • Used ChangeDisplaySettings to call ChangeDisplayOrientation method (ce0af49)