UNPKG

@leofavre/memory-game-component

Version:

A memory game web component.

6 lines (4 loc) 144 B
import MemoryGame from './view/MemoryGame.js'; if (!customElements.get('memory-game')) { customElements.define('memory-game', MemoryGame); }