UNPKG

lightgallery

Version:

lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile

8 lines 286 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var lightgallery_1 = require("./lightgallery"); function lightGallery(el, options) { return new lightgallery_1.LightGallery(el, options); } exports.default = lightGallery; //# sourceMappingURL=index.js.map