Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/delucis/astro-og-canvas
Generate OpenGraph images for your Astro site
https://github.com/delucis/astro-og-canvas
Last synced: 13 days ago
JSON representation
Generate OpenGraph images for your Astro site
- Host: GitHub
- URL: https://github.com/delucis/astro-og-canvas
- Owner: delucis
- Created: 2022-09-29T23:46:58.000Z (about 2 years ago)
- Default Branch: latest
- Last Pushed: 2024-09-27T12:48:51.000Z (about 1 month ago)
- Last Synced: 2024-10-04T10:49:44.685Z (about 1 month ago)
- Language: TypeScript
- Size: 851 KB
- Stars: 157
- Watchers: 3
- Forks: 17
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro OG Canvas
## 🔗 Looking for the main package?
[Jump to `astro-og-canvas` →](/packages/astro-og-canvas/)
## 🚀 Project Structure
This project uses **workspaces** to develop a single package from `packages/astro-og-canvas`. It also includes a `demo` Astro site for testing and demonstrating the integration.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------ | :-------------------- |
| `npm install` | Installs dependencies |
| `npm test` | Run unit tests |