gatsby-source-netlify-lfs
Version:
Use Netlify's Git LFS Transform Image API with gatsby-image
13 lines • 373 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.defaultConfig = void 0;
const defaultFormats = ['jpg', 'jpeg', 'png', 'svg', 'gif'];
exports.defaultConfig = {
formats: defaultFormats,
placeholder: 'dominantColor',
blurredOptions: {
width: 20,
toFormat: '',
},
};
//# sourceMappingURL=defaultConfig.js.map