Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 2.04 KB

README.md

File metadata and controls

52 lines (36 loc) · 2.04 KB

This is the monorepo for the Cezanne static image generator.

Packages

  • Cezanne Core
  • Cezanne Lambda (work in progress)
  • Cezanne Express (work in progress)
  • Cezanne Cli (work in progress)

Cezanne in few words

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.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Michele Riva

💻 🤔 🚧 🚇

This project follows the all-contributors specification. Contributions of any kind welcome!

License

FSF
Licensed under the GPLv3 license.