After so many reincarnations of Vas, I feel dedicated to getting it right this time. I have been working hard to set a good base for the engine. This project is in development. v0.0.1b and v0.0.2b are not available for downloads at this time. Please be patient for a full release.
vas.js version: 0.0.2
//Setup for vas gaming engine
let vas = new Vas();
vas.gameArea.width = 512;
vas.gameArea.height = 512
vas.gameArea.style = "border: 1px solid #333; box-shadow: 0 0 16px 2px rgba(0,0,0,1);"
vas.gameArea.start();