This Astro.build integration will help you build custom images like Open Graph Image, Instagram post, etc., using React.
This library generates images in JPG and SVG. It includes a debug mode so you
can inspect the HTML/CSS to make your changes.
@bearstudio/astro-dynamic-assets is using satori
under the hood, so it comes with its limitations.
Each package/app is 100% TypeScript.
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
pnpm buildYou can build a specific package by using a filter.
To develop all apps and packages, run the following command:
pnpm devLearn more about Turborepo: