datocms / gatsby-source-datocms

Official GatsbyJS source plugin to pull content from DatoCMS
MIT License
140 stars 50 forks source link

SQIP image previews #153

Closed Hless closed 1 year ago

Hless commented 3 years ago

There is a gatsby transformer that generates beautiful polygon SVG image previews as an alternative to the TracedSVG placeholder previews that come with the gatsby image plugins. (https://www.gatsbyjs.com/plugins/gatsby-transformer-sqip/) The plugin currently works with tranformer-sharp and contentful, but it does not work on datocms image fields, probably because it must be linked to the correct fields in dato.

Would this be an interesting feature to have for dato? If so, could someone provide a pointer on where to look on how to implement this transformer. I could take a swing at it perhaps

stefanoverna commented 1 year ago

Closing this as it's quite stale.