This Sanity plugin provides a tool to generate Open Graph (OG) images for your Sanity documents. It's designed to be flexible, allowing you to define custom layouts for the generated images.
Following the README, running npm install sanity-plugin-generate-ogimagefails with a 404
Doing npm install @catherineriver/sanity-plugin-generate-ogimage works fine, just a npm warn - npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.
Hi,
Following the README, running
npm install sanity-plugin-generate-ogimage
fails with a 404Doing
npm install @catherineriver/sanity-plugin-generate-ogimage
works fine, just a npm warn -npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead.