Images and media are a key part of making websites rich and interactive. Gatsby offers tools to create rich experiences with gatsby-image, while preventing performance hits.
There are two major ways to import assets, such as images, fonts, and files, into a Gatsby site.
Part of what makes Gatsby sites so fast is its recommended approach to handling images. `gatsby-image` is a React component designed to work seamlessly with Gatsby’s native image processing.
An escape hatch for adding assets outside of the module system