universe / vapid

Vapid is an intentionally simple content management system built on the idea that you can create a custom dashboard without ever leaving the HTML.
https://www.vapid.com
MIT License
0 stars 1 forks source link

Replace `image-size` with `probe-image-size` and gracefully handle errors #4

Closed amiller-gh closed 2 months ago

amiller-gh commented 3 years ago

image-size panics with certain color profiles: https://github.com/image-size/image-size/issues/37

probe-image-size does not: https://github.com/nodeca/probe-image-size

We should also catch errors and report back helpful information.

amiller-gh commented 2 months ago

no longer applicable