Skip to content

Releases: ryohidaka/vitepress-plugin-og-image

v0.1.1

24 May 10:55
95170cb
Compare
Choose a tag to compare

0.1.1 (2024-05-24)

Miscellaneous Chores

v0.1.0

24 May 10:47
9c68db6
Compare
Choose a tag to compare

0.1.0 (2024-05-24)

Features

  • Add OG image metadata to markdown files with the transformHead hook. (de8d2e3)
  • Add test for buildEnd() (ebe6923)
  • Add test for DefaultTemplate component. (02c8219)
  • Add test for fetchFonts(). (9cf0af5)
  • Add test for generateAndSaveImage() (463c26b)
  • Add test for transformHead() (14c861b)
  • Add VitePress example. (9428625)
  • Added author display. (25625b6)
  • Added process to get satori options (db55c84)
  • Convert SVG to PNG using sharp (81b25bd)
  • Generate SVG images with satori. (619c7ef)
  • Install react (5fb5958)
  • Install satori. (9fc8874)
  • Install sharp. (a81294d)
  • Output PNG to output dir of vitepress. (d89bc08)

Bug Fixes

Miscellaneous Chores