Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T07:48:49.000Z (almost 2 years ago)
- Last Synced: 2024-11-13T02:05:38.855Z (2 days ago)
- Topics: aws, cezanne, s3, social
- Language: JavaScript
- Homepage: https://hackdoor-io.github.io/cezanne
- Size: 8.18 MB
- Stars: 13
- Watchers: 3
- 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
![FSF](https://camo.githubusercontent.com/4c95d7815a532e180f995b954d7989a9381ea574/68747470733a2f2f7374617469632e6673662e6f72672f6e6f73766e2f6173736f63696174652f63726d2f333836313831362e706e67)
Licensed under the [GPLv3](/LICENSE.md) license.