sindresorhus / get-windows

Get metadata about the active window and open windows (title, id, bounds, owner, etc)
MIT License
783 stars 161 forks source link

Support for Node API version 9 #184

Open olan-go2 opened 3 months ago

olan-go2 commented 3 months ago

Can we support a higher node api version? My electron app uses node api version 9. And the package is using atm is 8, we can't install this on our project. Thank you.