When nothing works, there is one solution left. Panic Button!!!!
npm i panic-btn -s
See docs
folder
import PanicButton from "panic-btn";
PanicButton.aaaa();
You can pass some settings in the aaaa
method
settings: {
sound: 'https://freesound.org/data/previews/348/348310_6165769-lq.mp3', // AAAAA sound
img: 'https://i.imgur.com/rwNqqt7.gif', // AAAAA gify
timeout: 2000, // HOW LONG DOES AAAA LAST on the PAGE
giphyApiKey: '', // https://developers.giphy.com/ GIPHY API KEY
giphyQuery: 'panic' // GIPHY API KE query, eg https://giphy.com/search/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'
});
Once you provide a GIPHY API KEY each time you call aaaa
a random gif will be shown, eg demo