2.0.16 • Published 11 months 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
11 months ago
2.0.16
11 months ago
2.0.13
11 months ago
2.0.14
11 months ago
2.0.11
11 months ago
2.0.12
11 months ago
2.0.9
11 months ago
2.0.10
11 months ago
2.0.7
1 year ago
2.0.3
1 year ago
2.0.2
1 year ago
2.0.5
1 year ago
2.0.4
1 year ago
2.0.6
1 year ago
2.0.1
1 year ago
1.1.3
1 year ago
1.1.2
1 year ago
1.1.1
1 year ago
1.1.0
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago