rstacruz / jsdom-global

Enable DOM in Node.js
477 stars 38 forks source link

Added `Image` to keys.js #17

Closed jtag05 closed 7 years ago

jtag05 commented 7 years ago

I ran into an issue where programmatically creating an Image was causing tests to crash. I then noticed the Image constructor wasn't in your keys.js

Adding this resolved my issue.

rstacruz commented 7 years ago

Great work! Thank you for your contribution 😍