UNPKG

gatsby-transformer-sharp

Version:
14 lines (12 loc) 172 B
const supportedExtensions = { jpeg: true, jpg: true, png: true, webp: true, tif: true, tiff: true, avif: true, } module.exports = { supportedExtensions, }