node-image-from-html
Version:
This single-dependency library provides a simple API to render HTML content using <a href="https://github.com/puppeteer/puppeteer">Puppeteer</a> (A headless chromium brower) into png and jpeg images, insuring security and efficiency in the process. Writte
25 lines (24 loc) • 510 B
JSON
{
"name": "node-image-from-html",
"version": "3.0.2-1",
"author": "A Furry Account - Furry",
"license": "MIT",
"main": "./dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"image",
"html",
"html-to-image",
"render html",
"html-to-image-node",
"html-to-canvas",
"canvas"
],
"scripts": {
"test": "tsc && node ./dist/tests/main.js",
"go": "tsc && node ./dist/index.js"
},
"dependencies": {
"puppeteer": "^14.4.1"
}
}