html-to-image

Installation
SKILL.md

HTML to Image API

Convert HTML/CSS to PNG, WebP, or PDF via html2png.dev.

Endpoint

POST https://html2png.dev/api/convert

Request

Send HTML as raw body or JSON:

curl -X POST "https://html2png.dev/api/convert?width=1200&height=630" \
  -H "Content-Type: text/html" \
  -d '<div style="padding: 40px;">Content</div>'
Installs
204
Repository
html2png/skills
GitHub Stars
8
First Seen
Jan 27, 2026
html-to-image — html2png/skills