colbyfayock / next-wordpress-starter

📝 Bring WordPress to the static world with Next.js
https://next-wordpress-starter.spacejelly.dev
MIT License
1.2k stars 292 forks source link

Library used to generate social images prevents package upgrades #271

Closed colbyfayock closed 3 years ago

colbyfayock commented 3 years ago

There seems to be issues with how the fabric dependencies work and using updated versions of node

See:

Seems like we can explore other routes such as using Playwright to generate the images on the fly.

We'd want to see how this performs compared to the current solution both for a low amount of posts and a high number

colbyfayock commented 3 years ago

hey @GuilleAngulo would love to get your input

Created a PR over at https://github.com/colbyfayock/next-wordpress-starter/pull/272

uses Playwright + a simple HTML template to build a page and take a screenshot

would be easy for people to customize too

bonus: we have playwright we can use for tests