1.1.2 • Published 11 months ago

vrnotications v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

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);
1.1.2

11 months ago

1.1.1

11 months ago

1.1.0

11 months ago