https://github.com/losefor/ogen
Generator open graph on the server with ExpressJs and ReactJs using rollupJs
https://github.com/losefor/ogen
express jsx open-graph open-graph-generator react rollup server
Last synced: 3 months ago
JSON representation
Generator open graph on the server with ExpressJs and ReactJs using rollupJs
- Host: GitHub
- URL: https://github.com/losefor/ogen
- Owner: losefor
- Created: 2022-09-28T10:36:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-29T12:42:50.000Z (almost 2 years ago)
- Last Synced: 2025-01-13T15:49:19.614Z (5 months ago)
- Topics: express, jsx, open-graph, open-graph-generator, react, rollup, server
- Language: TypeScript
- Homepage:
- Size: 497 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 the `dist/bundle.js`
- Run the express server with `yarn start`
- visit the `/` And enjoy with your own OG image generated from your own React component### TODO
- [ ] Config file
- [ ] Image caching
- [ ] Refactor