5 lines
80 B
JavaScript
5 lines
80 B
JavaScript
// init Socket.IO
|
|
var socket = io();
|
|
|
|
// init CraftyJS framework
|
|
Crafty.init();
|