You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

display-rotate

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

display-rotate

displays rotation in os Windows

latest
Source
npmnpm
Version
1.2.2
Version published
Maintainers
0
Created
Source

Display Rotate

Usage

  const displayRotate = require('display-rotate');
  const displayNumber = 1;
  const orientation = 90; // 0, 90, 180, 270
  displayRotate.rotateByDisplayNumber(displayNumber, orientation);

  displayRotate.rotateByDisplayPosition(orientation, 0, 0);

FAQs

Package last updated on 27 Dec 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts