bjrmatos/electron-html-to

Invalid argument error

Opened this issue · 0 comments

I'm trying to use this within an Electron app, I'm new to Electron.

I copied the first snippet from the README and pasted it into renderer.js.

I'm getting

The "file" argument must be of type string. Received type object

when calling conversion.

Am I doing this terribly wrong?