lightgallery
Version:
lightGallery is a feature-rich, modular JavaScript gallery plugin for building beautiful image and video galleries for the web and the mobile
13 lines • 381 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.LgPlugin = void 0;
var LgPlugin = /** @class */ (function () {
function LgPlugin(core, $LG) {
// get lightGallery core plugin instance
this.core = core;
this.$LG = $LG;
}
return LgPlugin;
}());
exports.LgPlugin = LgPlugin;
//# sourceMappingURL=lg-plugin.js.map
;