An open API service indexing awesome lists of open source software.

https://github.com/averagemarcus/opengraph-image-gen


https://github.com/averagemarcus/opengraph-image-gen

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

![OpenGraph-Image-Gen](logo.png)

Dynamically generate OpenGraph social share images

Available at https://opengraph.cluster.fun/

## Example

```html

```

![Preview Image](https://opengraph.cluster.fun/opengraph/?siteTitle=Example&title=Heading&tags=example%2Csample%2Cfoo%2Cbar&image=https%3A%2F%2Fmarcusnoble.co.uk%2Fimages%2Fmarcus.jpg&bluesky=%40averagemarcus.bsky.social&fediverse=%40marcus%40k8s.social&github=AverageMarcus&website=www.MarcusNoble.co.uk&bgColor=%23ffffff&fgColor=%23263943)

## 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)