MatthieuLemoine/electron-push-receiver

How to add an image on notification

richard457 opened this issue · 1 comments

How to add an image on notification

Try this on your Renderer process

let notification = new Notification('Fancy Title', {
  body: text,
  icon: img
});

Notification.Icon