1.0.1 • Published 4 years ago
konamicommandjs v1.0.1
KonamiCommandJS
How to install
npm i konamicommandjs
How to use
new KonamiCommandJS(<FUNCTION>)
/* or */
new KonamiCommandJS(() =>{
alert("Hello world!!");
})
npm i konamicommandjs
new KonamiCommandJS(<FUNCTION>)
/* or */
new KonamiCommandJS(() =>{
alert("Hello world!!");
})