通知者
用VanillaJS制作的通知库。
安装方式
npm install notifier-js
用法
默认通知
// my-scr ipt.js
import notifier from 'notifier-js'
notifier . show ( 'Hello!' , 'I am a default notification.' ) ;
notifier . show ( 'Reminder!' , 'You have a meeting at 10:30 AM.' ) ;
notif