This is the monorepo for the Cezanne static image generator.
- Cezanne Core
- Cezanne Lambda (work in progress)
- Cezanne Express (work in progress)
- Cezanne Cli (work in progress)
At Hackdoor, we needed to build our social and open graph images dinamically.
So we decided to build Cezanne.
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.
Thanks goes to these wonderful people (emoji key):
Michele Riva 💻 🤔 🚧 🚇 |
This project follows the all-contributors specification. Contributions of any kind welcome!
Licensed under the GPLv3 license.