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

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published