Skip to content

🌸 An utility for generating social and Open Graph images with Node.js

License

Notifications You must be signed in to change notification settings

Hackdoor-io/cezanne

Folders and files

NameName
Last commit message
Last commit date
Jan 20, 2020
Feb 24, 2020
Feb 4, 2020
Apr 4, 2020
Jan 24, 2020
Jan 20, 2020
Feb 5, 2020
Feb 5, 2020
Jan 18, 2020
Jan 25, 2020
Jan 20, 2020
Feb 4, 2020
Jan 24, 2020
Feb 19, 2020

Repository files navigation

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.