window is not defined error on Node
Kerod-Fresenbet-Gebremedhin2660 opened this issue · 2 comments
Kerod-Fresenbet-Gebremedhin2660 commented
ReferenceError: window is not defined
Steps to reproduce:
- install html-to-pdfmake
npm install html-to-pdfmake
- convert html to pdf
import htmlToPdfmake from "html-to-pdfmake";
const html = "<h1>Hello World</h1>";
- run script
Aymkdn commented
If you run it on Node, then please check the example.js
Kerod-Fresenbet-Gebremedhin2660 commented
Noted, thank you