wswebcreation / webdriver-image-comparison

MIT License
43 stars 36 forks source link

Fix TS types for ResizeDimensions #133

Closed bernardobelchior closed 1 year ago

bernardobelchior commented 1 year ago

The ResizeDimensions have a default value, so the TypeScript types should not throw an error if some properties aren't defined.

bernardobelchior commented 1 year ago

@wswebcreation I'd appreciate if you could let me know if I should make any other changes here 🙏 Thanks!

wswebcreation commented 1 year ago

Sorry for the late response @bernardobelchior ,

This looks, great, will merge it and create a release later today