UNPKG

286 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var lightgallery_1 = require("./lightgallery");
4function lightGallery(el, options) {
5 return new lightgallery_1.LightGallery(el, options);
6}
7exports.default = lightGallery;
8//# sourceMappingURL=index.js.map
\No newline at end of file