Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.