https://github.com/averagemarcus/opengraph-image-gen
https://github.com/averagemarcus/opengraph-image-gen
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/averagemarcus/opengraph-image-gen
- Owner: AverageMarcus
- Created: 2021-05-11T05:02:03.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-12-03T08:02:22.000Z (over 1 year ago)
- Last Synced: 2025-04-06T05:43:30.095Z (over 1 year ago)
- Language: HTML
- Size: 123 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Dynamically generate OpenGraph social share images
Available at https://opengraph.cluster.fun/
## Example
```html
```

## Features
* Dynamically generate a PNG image for use as an OpenGraph share image
* Ideally sized for social card previews
* All text elements configurable
* Configurable colours
* All text fields optional
## Building from source
With Docker:
```sh
make docker-build
```
Standalone:
```sh
make build
```
## Contributing
If you find a bug or have an idea for a new feature please [raise an issue](issues/new) to discuss it.
Pull requests are welcomed but please try and follow similar code style as the rest of the project and ensure all tests and code checkers are passing.
Thank you 💛
## License
See [LICENSE](LICENSE)