An open API service indexing awesome lists of open source software.

https://github.com/code-raisan/konamicommandjs

簡単にコナミコマンドを実装できます
https://github.com/code-raisan/konamicommandjs

javascript

Last synced: 3 months ago
JSON representation

簡単にコナミコマンドを実装できます

Awesome Lists containing this project

README

          

# KonamiCommandJS

## How to install

```html

```

## How to use

```javascript
new KonamiCommandJS()

/* or */

new KonamiCommandJS(() =>{
alert("Hello world!!");
})
```