cloudinary-community / cloudinary-community/gatsby-transformer-cloudinary
Add option to generate props for cloudinary-react
- Dominant language
- JavaScript
- Stars
- 68
- Forks
- 28
- PR merge metrics
- No merged PRs in 30d
Description
For example: can add a cldFixed, cldFluid, cldSomeTransformation objects, like the fluid/fixed objects that are added for easy integration with gatsby-image.
It could then be used like this:
import {Image} from 'cloudinary-react';
/* get cldTransformations using GraphQL*/
in render():
etc...
Contributor guide
Research direction
Start by tracing the existing fluid/fixed objects generated for Gatsby image integration and how GraphQL results are exposed to cloudinary-react. Clarify the intended generated prop shapes and transformation variants, then verify that the proposed objects can be spread into the shown Image examples.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- graphql, javascript, react
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100