@bunchtogether/bring-application-to-front

1.0.1 • Public • Published

Bring Application To Front

npm version

Minimal, cross-browser window manager that brings an open application window to the front and hides all other windows.

Implemented on Windows using node-ffi and on OSX using AppleScript.

Install

yarn add @bunchtogether/bring-application-to-front

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

Usage

const bringApplicationToFront = require('bring-application-to-front');

const run = async () => {
  await bringApplicationToFront("Chrome.app");
}

run();

API

Table of Contents

Readme

Keywords

none

Package Sidebar

Install

npm i @bunchtogether/bring-application-to-front

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

621 kB

Total Files

33

Last publish

Collaborators

  • bunchtogether