- Notifications
You must be signed in to change notification settings - Fork0
transitive-bullshit/puppeteer-render-text-cli
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CLI for rendering text with headless chrome.
This CLI is also available as alibrary.
ImageMagick is the traditional unix tool to programaticallyrender text, and while it works very well for simple use cases, trying to use it to render rich text or html is very difficult.Pango is another option that's been around for ages, but both suffer from archaic syntax and minimal rich text support.
Puppeteer, on the other hand, allows for robust, headless chrome screenshots with best-in-class support for all modern html / text / font features.
This CLI makes it easy to use headless chrome to render text + html to images.
- built-infontfaceobserver
- easily loadgoogle fonts
- optional word-wrap
- main content is justhtml
- styling is done viacss
- handles multiple fonts
- thoroughly tested
- includes aCLI
npm install -g puppeteer-render-text-cli
Usage: puppeteer-render-text [options]<text> Options: -V, --version output the version number -o, --output<path> path of image file to store result (default: out.png) -w, --width<number> optional max width -h, --height<number> optional max height -g, --load-google-font load font families from google -l, --load-font-family<string> font family to load with fontfaceobserver -s, --style<string> JSON string of CSS styles (default: { }) --font-family<string> font-family to add to style --font-size<string> font-size to add to style --padding<string> padding to add to style --color<string> color to add to style -h, --help output usage information
- puppeteer-render-text - Library for this CLI.
- puppeteer - Headless Chrome Node API.
- awesome-puppeteer - Curated list of awesome puppeteer resources.
MIT ©Travis Fischer
Support my OSS work byfollowing me on twitter
About
CLI for rendering text with headless chrome.
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.