node-html-to-image icon indicating copy to clipboard operation
node-html-to-image copied to clipboard

A Node.js module that generates images from HTML

Results 46 node-html-to-image issues
Sort by recently updated
recently updated
newest added

Added a new option to register handlebars helpers before template compilation

"node-html-to-image": "^3.2.4" node: 16.5.0 os: mac os 12.3.1 I am trying to generate images with loop: ``` for (let i =0; i

I have a problem with Node HTML to Image, basically I'm retrieved the log: 2022-07-10T01:30:20.612661+00:00 app[web.1]: Available on: http://localhost:3000 2022-07-10T01:30:21.036249+00:00 heroku[web.1]: State changed from starting to up 2022-07-10T01:30:54.450976+00:00 app[web.1]: /app/node_modules/puppeteer-cluster/dist/Cluster.js:119...

When I just try a simple example like this: ``` nodeHtmlToImage({ html: `Hello world!`, type: "png", output: "./image.png", }); ``` I get a blurry image as output, any idea how...

Recently I wanted to use package along with AWS Lambda (#70). It seems to me that this functionality will not interfere with the work of the package and will help...

Hiya there o/ I have two questions, 1.) Is there a difference in performance between using a Puppeteer Cluster versus using a singular puppeteer session with multiple tabs all rendering...

`Unable to launch browser, error message: ENOENT: no such file or directory, mkdtemp 'C:\Users\ADMINI~1\AppData\Local\Temp\2\puppeteer_dev_chrome_profile-XXXXXX'.` **Why is this happening and how to fix it?**

My code does nothing and after a while leaves the following error: ``` (node:67808) UnhandledPromiseRejectionWarning: Error: Unable to get browser page at Worker. (G:\ONEDRIVE\\{DIRECTORY}\School\html-to-image-test\node_modules\puppeteer-cluster\dist\Worker.js:41:31) at Generator.next () at fulfilled (G:\ONEDRIVE\{DIRECTORY}\School\html-to-image-test\node_modules\puppeteer-cluster\dist\Worker.js:5:58)...

question

Error: ``` ERROR Error: Cannot find module '/var/task/apps/web/.next/server/pages/[locale]/[theme]/[...catchall].js' Require stack: - /var/task/node_modules/next/dist/server/require.js - /var/task/node_modules/next/dist/server/load-components.js - /var/task/node_modules/next/dist/server/next-server.js - /var/task/apps/web/___next_launcher.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15) at Function.Module._load (internal/modules/cjs/loader.js:746:27) at Module.require (internal/modules/cjs/loader.js:974:19) at require (internal/modules/cjs/helpers.js:101:18)...

i want the html page to load then save the result in picture cuz i have problem that the output is blank page