change-title-onleave

0.0.5 • Public • Published

change-title-onleave

Change the tab title on change its visibility

change-title-onleave

Install

You can get it on npm/yarn.

npm install change-title-onleave --save

If you're not into package management, download a ZIP file.

Usage

<script src="change-title-onleave.min.js"></script>

Now, you need to instantiate it by passing an object as parameter;

const options = {title: 'Hey! 👀', timeout: 1};
new ChangeTitleOnLeave(options);

You can also require it:

const changeTitle = require('change-title-onleave');

Package Sidebar

Install

npm i change-title-onleave

Weekly Downloads

1

Version

0.0.5

License

MIT

Last publish

Collaborators

  • alisonmonteiro