L1lith/Melon-Solid

Improve Isomorphic Support

Opened this issue · 1 comments

This is a Melon.js limitation. When you import melonjs in Node it immediately throws an error because it can't access the window before you even call anything at all.

More Here:
melonjs/melonJS#1092

Update: This has been fixed by Melon. TODO: Do more testing and isomorphic stuff (like rendering the canvas on server side