UNPKG
@leofavre/memory-game-component
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0
A memory game web component.
@leofavre/memory-game-component
/
src
/
index.js
6 lines
(4 loc)
•
144 B
JavaScript
View Raw
1
2
3
4
5
6
import MemoryGame
from
'./view/MemoryGame.js'
;
if
(!customElements.
get
(
'memory-game'
)) { customElements.define(
'memory-game'
, MemoryGame); }