@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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.130latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.130
1.0.120
1.0.110
1.0.100
1.0.90
1.0.80
1.0.70
1.0.60
1.0.50
1.0.40
1.0.30
1.0.20
1.0.10

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