dsandor / dymojs

A pure javascript library for printing labels on a Dymo Labelwriter printer from the browser or from nodejs.
128 stars 30 forks source link

fetcher is not a function #18

Closed shartrooper closed 3 years ago

shartrooper commented 3 years ago

Greetings, I'm using dymojs on electron node and after calling any method(such as renderLabel) I'm getting the following error:

TypeError: fetcher is not a function
at Dymo.renderLabel

I pass over the XML string as intended.