gatsby-plugin-image
Version:
Adding responsive images to your site while maintaining high performance scores can be difficult to do manually. The Gatsby Image plugin handles the hard parts of producing images in multiple sizes and formats for you!
6 lines (5 loc) • 336 B
TypeScript
import type { GatsbyNode } from "gatsby";
export * from "./node-apis/preprocess-source";
export declare const createSchemaCustomization: GatsbyNode["createSchemaCustomization"];
export declare const onCreateBabelConfig: GatsbyNode["onCreateBabelConfig"];
export declare const onCreateWebpackConfig: GatsbyNode["onCreateWebpackConfig"];