@endel Thank you, that worked for me. This is a really cool framework by the way!
0
Reputation
2
Posts
990
Profile views
0
Followers
0
Following
Posts made by mdmarshmallow
RE: Problem with importing colyseus.js in the frontend.
posted in Questions & Help •
Problem with importing colyseus.js in the frontend.
posted in Questions & Help •
Hi, I'm not sure how to import colyseus.js in the frontend of my project. In the docs, it says to use import * as Colyseus from "colyseus.js";
, but it gives me an unexpected token * error. In addition, I'm not sure where the colyseus.js library would be coming from. Could someone explain how you are supposed to import this? Thanks!