PANIC BUTTON
When nothing works, there is one solution left. Panic Button!!!!
to install
npm i panic-btn -s
Example
See docs
folder
import PanicButton from "panic-btn";
PanicButton.aaaa();
demo
demo
Settings
You can pass some settings in the aaaa
method
settings: {
sound: 'https://freesound.org/data/previews/348/348310_6165769-lq.mp3',
img: 'https://i.imgur.com/rwNqqt7.gif',
timeout: 2000,
giphyApiKey: '',
giphyQuery: 'panic'
},
Example
PanicButton.aaaa({
sound: 'https://freesound.org/data/previews/348/348310_6165769-lq.mp3',
img: 'https://i.imgur.com/rwNqqt7.gif',
timeout: 5000,
giphyApiKey: 'XXXXX',
giphyQuery: 'wtf'
});
GIPHY
Once you provide a GIPHY API KEY each time you call aaaa
a random gif will be shown, eg demo