Mario Brandao

Results 3 issues of Mario Brandao

Hey, your "from PIL import Image" doesn't works with some PIL packages, so I fixed it to do an "import Image" if an ImportError was raised. :)

This is a follow up of https://github.com/jsdom/jsdom/issues/2126, as it wasn't properly formatted. ### Basic info: - **Node.js version:** v8.9.0 - **jsdom version:** 11.6.1 ### Minimal reproduction case ```js const {...

feature
svg

I have made this new tile system, which is a copy of Terrain Tile, but with random behaviour for all given levels. It also includes a schema that facilitates how...