You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use this module in deno using Skypack like this
import*asnodeHtmlToImagefrom"https://cdn.skypack.dev/node-html-to-image";nodeHtmlToImage({output: './image.png',html: '<html><body>Hello world!</body></html>'}).then(()=>console.log('The image was created successfully!'))
but I'm getting some dependency-related punycode error:
error: Uncaught Error: [Package Error] "punycode" does not exist. (Imported by "puppeteer-cluster").
throw new Error("[Package Error] \"punycode\" does not exist. (Imported by \"puppeteer-cluster\").");
^
at https://cdn.skypack.dev/error/node:punycode?from=puppeteer-cluster:14:7
Do you know how I can use node-html-to-image from within deno?
The text was updated successfully, but these errors were encountered:
I'm trying to use this module in deno using Skypack like this
but I'm getting some dependency-related punycode error:
Do you know how I can use node-html-to-image from within deno?
The text was updated successfully, but these errors were encountered: