Easily generate OG images on the server with ExpressJs and ReactJs
- Easy to ship and maintain
- Includes a dev server to run and test your own ReactJs component
- 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
- Config file
- Image caching
- Refactor