https://github.com/hackdoor-io/cezanne
🌸 An utility for generating social and Open Graph images with Node.js
https://github.com/hackdoor-io/cezanne
aws cezanne s3 social
Last synced: 2 months ago
JSON representation
🌸 An utility for generating social and Open Graph images with Node.js
- Host: GitHub
- URL: https://github.com/hackdoor-io/cezanne
- Owner: Hackdoor-io
- License: gpl-3.0
- Created: 2020-01-18T14:35:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:48:49.000Z (over 2 years ago)
- Last Synced: 2025-04-07T22:04:11.780Z (3 months ago)
- Topics: aws, cezanne, s3, social
- Language: JavaScript
- Homepage: https://hackdoor-io.github.io/cezanne
- Size: 8.18 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
This is the monorepo for the **Cezanne** static image generator.
# Packages
- [Cezanne Core](/packages/core)
- Cezanne Lambda (work in progress)
- Cezanne Express (work in progress)
- Cezanne Cli (work in progress)# Cezanne in few words
At [Hackdoor](https://www.hackdoor.io), we needed to build our social and open graph images dinamically.
So we decided to build **Cezanne**.```js
import cezanne from "cezanne";async function createInstagramImage() {
const { generateInstagramArticles } = cezanne;
const imageBuffer = await generateInstagramArticles({ id: 54 });
}
```is really that easy?
Yes. And you can learn more reading the [official documentation](https://cezanne.opensource.hackdoor.io).## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Michele Riva
💻 🤔 🚧 🚇
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
# License

Licensed under the [GPLv3](/LICENSE.md) license.