naturalcrit / homebrewery

Create authentic looking D&D homebrews using only markdown
https://homebrewery.naturalcrit.com
MIT License
1.03k stars 316 forks source link

Improved Automatic Brew thumbnail generation option #3501

Open dbolack-ab opened 4 weeks ago

dbolack-ab commented 4 weeks ago

This PR replaces #3219.

This is a feature addition that adds the option of creating a thumbnail directly from the first page of the brew.

MagicImage

This feature had issues with XSS support/non-support at various offsite resources. This PR resolves that issue by creating a proxy endpoint that loads for those resources.

An additional field, thumbnailSm, has been added to the brewStub schema to hold this data, if used.

5e-Cleric commented 4 weeks ago

Closes #2278 to some degree.