Skip to content

jsmonday/Cezanne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation



C E Z A N N E is a simple and powerful service that uses Puppeteer in order to generate the OpenGraph image for every JSMonday article.
It's build to work on Google Cloud Functions, whose Linux distribution is way better than AWS one (and that solves a lot of common problems).

Supported Image Formats

At the moment, SIGF supports the following image formats:

  • Instagram Image (1080px * 1080px)
  • OpenGraph Image (1920px * 1080px)

Parameters

  • template
  • template

Example Call

POST /my/lambda/endpoint

{
  "id": 1,
  "template": "snippet"
}

Response:

{
  "opengraph": "<url>",
  "instagram": "<url>"
}

License

Unlicense