@bunchtogether/picture-in-picture

1.0.13 • Public • Published

Picture in Picture

npm version

Minimal window manager that brings an open application window to the front.

Install

yarn add @bunchtogether/picture-in-picture

Windows users may need to install windows-build-tools.

Usage

const { setForegroundWindow, keepOnTop } = require('@bunchtogether/picture-in-picture');

const run = async () => {
  await keepOnTop("chrome.exe", true);
}

run();

API

Table of Contents

Readme

Keywords

none

Package Sidebar

Install

npm i @bunchtogether/picture-in-picture

Weekly Downloads

1

Version

1.0.13

License

MIT

Unpacked Size

394 kB

Total Files

39

Last publish

Collaborators

  • bunchtogether