puppeteer-instaquote

0.2.0 • Public • Published

Puppeteer Instaquote

Instaquote / meme image generator using Puppeteer.

Build Status JavaScript Style Guide

Clone locally, then run yarn to install dependencies, then node demo.js to generate output images.

The first input is an excel spreadsheet containing two columns, one for Author and one for Quote.

The second input is a list of background images with some optional styles specific to each background image. So for a given background image, you could specify that you want to use a specific font, text color, padding (to identify the space within the output image that you want the text to fit within). It supports any CSS styles and any font from Google Fonts.

It performs auto-sizing of the text within the background image's specified padding area, so short quotes will use larger font sizes and longer quotes will automatically use smaller font sizes to ensure that no matter what input you give, the output text will always "fit" within the desired bounds.

Examples

This repo comes with a demo containing 10 quotes rendered for each of the 9 example background images (so 90 images in total for this demo). This examples use the following Google Fonts: Caveat, Sacramento, Dancing Script, Great Vibes, Rochester, and Calligraffitti.

See media/output for the full list of example output images.

License

MIT © Travis Fischer

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.2.0
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i puppeteer-instaquote

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

16.3 kB

Total Files

15

Last publish

Collaborators

  • fisch0920