MatthieuLemoine / electron-push-receiver

A module to bring Web Push support to Electron allowing it to receive notifications from Firebase Cloud Messaging (FCM).

Home Page:https://medium.com/@MatthieuLemoine/my-journey-to-bring-web-push-support-to-node-and-electron-ce70eea1c0b0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add an image on notification

richard457 opened this issue · comments

Try this on your Renderer process

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

Notification.Icon