I'm new to CraftyJS and was wondering if anybody has had this problem.
I want a game canvas that is located inside a div. I was wondering how to do this.
Crafty.init({...})
Crafty.canvas();
Doesn't give me the desired results.
It simply puts the canvas at the bottom of the page.