UNPKG

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!

12 lines (11 loc) 415 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; exports.__esModule = true; exports.getCacheDir = void 0; var path_1 = __importDefault(require("path")); var getCacheDir = function (root) { return path_1["default"].join(root, ".cache", "caches", "gatsby-plugin-image"); }; exports.getCacheDir = getCacheDir;