@ethercorps/sveltekit-og
v4.3.0
Published
Dynamically generate Open Graph images from an HTML, CSS template or Svelte component using fast and efficient conversion from HTML > SVG > PNG
Downloads
98,594
Readme
SvelteKit Open Graph Image Generation
Dynamically generate Open Graph images from an HTML+CSS template or Svelte component. No headless browser required.
Pick the rendering engine that fits your needs:
- Satori (default) — HTML → SVG → PNG, based on Satori.
- Takumi — a Rust/WASM engine with more output formats (
webp,jpeg,ico,svg, …) and a built-in font, available from@ethercorps/sveltekit-og/takumi(v4.3.0+).
Table of Contents
Docs
For more detailed information and advanced usage, please refer to the official documentation.
Installation
pnpm install @ethercorps/sveltekit-ogUsage
For detailed usage instructions, please see the Getting Started section of our documentation.
Prefer the Takumi engine — more output formats and a built-in font? See the Takumi Engine guide.
Examples
Contributing
Contributions are welcome! Please read our contributing guidelines to get started.
Changelog
All notable changes to this project are documented in the changelog.
License
This project is licensed under the MIT License.
Acknowledgements
This project would not be possible without the following projects:
