kontent-ai / gatsby-packages

Monorepo with Gatsby Kontent packages.
https://www.gatsbyjs.org/plugins/?=%40kentico%2Fkontent-
MIT License
33 stars 24 forks source link

Export getGatsbyImageData #207

Closed IvanKiral closed 2 years ago

IvanKiral commented 2 years ago

Motivation

In the process of doing the Gatsby *homepage starter there occurred a situation in which it was needed to transform Kontent image which is stored in element to a type which is needed in Gatsby

Proposed solution

Export https://github.com/Kentico/kontent-gatsby-packages/blob/master/packages/gatsby-kontent-components/src/image-element/get-gatsby-image-data.ts getGatsbyImageData in Index.ts

Additional context