Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jsmonday/Cezanne

🎣 Serverless Image Generation Function
https://github.com/jsmonday/Cezanne

google-cloud lambda-functions nodejs puppeteer serverless

Last synced: 20 days ago
JSON representation

🎣 Serverless Image Generation Function

Awesome Lists containing this project

README

        








**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`

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

**Response:**

```json
{
"opengraph": "",
"instagram": ""
}
```

# License
[Unlicense](/LICENSE.md)