5 lines
83 B
JavaScript
5 lines
83 B
JavaScript
|
import Tarot from './tarot.js'
|
||
|
|
||
|
window.tarot = new Tarot();
|
||
|
window.tarot.render();
|