thiagoelg / node-printer

Native node.js printer
129 stars 79 forks source link

Add prebuild for newer electron versions #19

Closed ivannkf closed 3 years ago

ivannkf commented 3 years ago

This change should add the prebuild versions up to electron 11.

Since this library is not currently context aware it should be used with app.allowRendererProcessReuse = true; if it's used from the renderer process in any electron version higher than electron 9.

Fixes #15

thiagoelg commented 3 years ago

@ivannkf Thanks for the contribution! I'm sorry I didn't manage to check you PR earlier. The new 0.5.5 versions should be working with newer Electron versions so I'm closing this.