Wrapper of the Sharp image manipulation library for Gatsby plugins
{
"context": "This criteria evaluates how well an engineer uses gatsby-plugin-sharp's metadata extraction capabilities to retrieve image dimensions, format information, and dominant colors from image files.",
"type": "weighted_checklist",
"checklist": [
{
"name": "Image size retrieval",
"description": "Uses gatsby-plugin-sharp's getImageMetadata or getImageSize function to extract image width and height dimensions from image files",
"max_score": 35
},
{
"name": "Format identification",
"description": "Correctly extracts the image format (jpeg, png, webp, etc.) from the metadata object returned by gatsby-plugin-sharp functions",
"max_score": 25
},
{
"name": "Dominant color",
"description": "Uses gatsby-plugin-sharp's getDominantColor or similar functionality to extract the dominant color, returning it in hexadecimal format as required",
"max_score": 40
}
]
}tessl i tessl/npm-gatsby-plugin-sharp@5.15.0docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10