nuxt-modules / og-image

Generate OG Images with Vue templates in Nuxt.
https://nuxtseo.com/og-image
360 stars 23 forks source link

Prerendering Using WASM #177

Closed harlan-zw closed 2 months ago

harlan-zw commented 3 months ago

I spotted issue on Cloudflare pages with undocs (i guess latest Node.js LTS). Good to know that at least it is not intentional to always use wasm 👍🏼

When Prerendering in a Node environment, it should not use the WASM binding as it's are slower that the Node native implementation.

To investigate further.