vrnotications

1.1.2 • Public • Published

vrnotications

Notications for VR and VRChat Stuff

Usage

// example.js
const { XSOverlay, OVRToolkit, WindowsNotifications } = require('vrnotications');

// XSOverlay Example
const xsOverlay = new XSOverlay();
xsOverlay.sendNotification({
    title: 'Example Notification!',
    content: "It's an example!",
});

// OVR Toolkit Example
const ovrToolkit = new OVRToolkit();
ovrToolkit.sendNotification('Cool title', 'My cool body text!');

// Windows Notifications Example
const windowsNotifications = new WindowsNotifications();
windowsNotifications.sendNotification('Hello Windows!', 'This is a Windows notification', null);

Dependents (0)

Package Sidebar

Install

npm i vrnotications

Weekly Downloads

6

Version

1.1.2

License

MIT

Unpacked Size

46.1 kB

Total Files

16

Last publish

Collaborators

  • nekosunevr