2.0.16 • Published 1 year ago
@indutny/simple-windows-notifications v2.0.16
@indutny/simple-windows-notifications
Installation
npm install @indutny/simple-windows-notificationsUsage
import { Notifier } from '@indutny/simple-windows-notifications';
const notifier = new Notifier('org.indutny.test');
notifier.clearAll();
notifier.remove({ tag: 'tag', group: 'group' });
const toastXml = `<toast>
<visual>
<binding template="ToastText02">
<text id="1">headlineText</text>
<text id="2">bodyText</text>
</binding>
</visual>
</toast>`;
notifier.show(toastXml, { tag: 'tag', group: 'group' });See https://learn.microsoft.com/en-us/previous-versions/windows/apps/hh761494(v=win.10)
LICENSE
This software is licensed under the MIT License.
2.0.15
1 year ago
2.0.16
1 year ago
2.0.13
1 year ago
2.0.14
1 year ago
2.0.11
1 year ago
2.0.12
1 year ago
2.0.9
1 year ago
2.0.10
1 year ago
2.0.7
2 years ago
2.0.3
2 years ago
2.0.2
2 years ago
2.0.5
2 years ago
2.0.4
2 years ago
2.0.6
2 years ago
2.0.1
2 years ago
1.1.3
2 years ago
1.1.2
2 years ago
1.1.1
2 years ago
1.1.0
2 years ago
1.0.4
2 years ago
1.0.3
2 years ago
1.0.2
2 years ago
1.0.1
2 years ago
1.0.0
2 years ago