0.0.1 • Published 4 years ago

gatsby-plugin-image-checker v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Gatsby plugin image checker

Do not use this plugin in production! It slows things down a lot. Whenever a file node is created that gatsby-transformer-sharp supports the type of, this plugin runs a reproduction of some of the internal logic of gatsby-transformer-sharp to determine if that image will cause errors. All failing image nodes are collected and the id and absolute path of the file are logged to your terminal. If there are any failing images Gatsby will exit.