1.0.0 • Published 3 years ago

spcr-error-notification v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Error notification

Spicetify creator plugin to show error notifications. They're the normal popup notifications, but in red.

spcr-error-notification

Installation

npm install spcr-error-notification

Usage

import { showErrorNotification } from 'spcr-error-notification';

showErrorNotification('Something went wrong');

// Alternatively, specify a duration in ms (default is 2500)
showErrorNotification('Something went wrong', 5000);
1.0.0

3 years ago