thiagoelg / node-printer

Native node.js printer
129 stars 79 forks source link

Fix for Compatibility with Electron 20+ Versions #73

Open diegopavani2 opened 10 months ago

diegopavani2 commented 10 months ago

This Pull Request implements an update to the nan module to ensure compatibility with Electron version 20 and beyond. Recent changes in Electron's V8 engine necessitated this update, which modifies native node module bindings to align with the updated V8 API.

Fix for: https://github.com/thiagoelg/node-printer/issues/56 https://github.com/thiagoelg/node-printer/issues/45