Releases: delucis/astro-og-canvas
Releases · delucis/astro-og-canvas
astro-og-canvas@0.5.5
Patch Changes
- ceeecc1: Expands peer dependencies to support Astro v5
astro-og-canvas@0.5.4
Patch Changes
- 252e840: Adds an explicit
Buffer
import for Deno compatibility
astro-og-canvas@0.5.3
Patch Changes
- 0bea94b: Refactors CanvasKit initialization to log more helpful error in PNPM projects without
canvaskit-wasm
installed
astro-og-canvas@0.5.2
Patch Changes
- 9fec927: Fixes image generation for slugs with a leading slash in Astro ≥4.10.2
astro-og-canvas@0.5.1
Patch Changes
- c7d3a7a: Improves README
astro-og-canvas@0.5.0
Minor Changes
-
e66e580: Switches to using the “full”
canvaskit-wasm
build to generate images. This fixes support for rendering as JPEG or WEBP instead of the default PNG. -
e66e580: Updates
canvaskit-wasm
to the latest releaseNote: pnpm users may need to manually update in their project too:
pnpm i canvaskit-wasm@^0.39.1
astro-og-canvas@0.4.2
Patch Changes
- be0c969: Adds missing comma in README
astro-og-canvas@0.4.1
Patch Changes
- 0cbcfa3: Support Astro v4
astro-og-canvas@0.4.0
Minor Changes
- c9b3dc9: Adds support for rendering a background image
astro-og-canvas@0.3.2
Patch Changes
- 8416369: Update
deterministic-object-hash
from 1.3.1 to 2.0.2