1.0.13 • Published 5 years ago

@bunchtogether/picture-in-picture v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago