Open graph images generator
Easily generate OG images on the server with ExpressJs and ReactJs
sample generated on the server
Features
- Easy to ship and maintain
- Includes a dev server to run and test your own ReactJs component
How to use
- design your own OG image in the
app.js
- To see your own changes live use
yarn dev
- After you finish run
yarn build
into your terminal this will generate the required js files in thedist/bundle.js
- Run the express server with
yarn start
- visit the
/
And enjoy with your own OG image generated from your own React component