UNPKG

next-squoosh

Version:

A React image optimization component with automatic WebP conversion and compression

8 lines 508 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.withSquooshOptimizer = exports.Image = void 0; var Image_1 = require("./components/Image"); Object.defineProperty(exports, "Image", { enumerable: true, get: function () { return Image_1.Image; } }); var optimizer_1 = require("./plugins/optimizer"); Object.defineProperty(exports, "withSquooshOptimizer", { enumerable: true, get: function () { return optimizer_1.withSquooshOptimizer; } }); //# sourceMappingURL=index.js.map