1.0.13 • Published 4 years ago

@bunchtogether/picture-in-picture v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
4 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

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago