node-html-to-image
node-html-to-image copied to clipboard
A Node.js module that generates images from HTML
Includes `beforeRendering` parameter, logic, and testing.
First of all, thanks for this great library! I'm using this lib to generate multiple images in a project that happens to use `liquidjs` instead of `handlebarsjs`. Since issue #47...
I get this error when trying to add this library in Angular: ``` BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules by default. This is...
First off, thank you so much for this package! I've read several different options for different servers, Puppeteer js shows aws, travis and others but not Digital Ocean. So I...
I'm trying to use this module in deno using Skypack like this ```ts import * as nodeHtmlToImage from "https://cdn.skypack.dev/node-html-to-image"; nodeHtmlToImage({ output: './image.png', html: 'Hello world!' }) .then(() => console.log('The image...
I am trying to use your library to create an image on the fly, saving it to the server only if necessary and using that as the og:image for my...
There are warnings in the GitHub actions: > This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance,...
This issue is actually 4 issues. * First, when I wrap `nodeHtmlToImage` in a try/catch, some errors slip though going uncaught. See https://github.com/frinyvonnick/node-html-to-image/issues/165 * Second, it intermittently throws an error...
How to solve depecation? `npm WARN deprecated [email protected]: < 21.5.0 is no longer supported`