A javascript plugin which allows easy use of creating a flashing page title for notification purposes.
https://flashing-page-title-notification.netlify.com
https://www.curtiscode.dev/post/js/create-a-flashing-tab-notification-page-title
pageTitleNotification.on("New Message!", 1000);
pageTitleNotification.off()
npm install flashing-page-title-notification
Manual build to /dist
:
npm run build
Changes can be tested at /demo-publish
by running:
npm run build-demo