thiagoelg / node-printer

Native node.js printer
125 stars 75 forks source link

Fix missing `options` property on `PrintFileOptions` #57

Closed sergei202 closed 9 months ago

sergei202 commented 1 year ago

I noticed that printDirect() took an options parameter but printFile() no longer did.

Looking at the source, printFile() still accepts options, but it was just missing in the type interface. This PR simply adds it back in.