Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jsmonday/Cezanne
- Owner: jsmonday
- Created: 2019-07-12T12:38:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:49:31.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T04:16:58.132Z (8 months ago)
- Topics: google-cloud, lambda-functions, nodejs, puppeteer, serverless
- Language: JavaScript
- Homepage:
- Size: 4.18 MB
- Stars: 31
- Watchers: 2
- Forks: 2
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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)