1.0.0 • Published 3 years ago
spcr-error-notification v1.0.0
Error notification
Spicetify creator plugin to show error notifications. They're the normal popup notifications, but in red.
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