lightbox.js-react
Version:
React lightbox with animation and customization options
31 lines (30 loc) • 682 B
JavaScript
"use client";
import "./chunk-UH6UOKVV.mjs";
import "./chunk-CSO6AXJR.mjs";
import {
Image
} from "./chunk-WHBJLYYE.mjs";
import "./chunk-22XN4GMO.mjs";
import {
IconButton,
SlideshowLightbox
} from "./chunk-3CP2R7J4.mjs";
// lib/index.ts
import axios from "axios";
var initLightboxJS = (licenseKey, plan_type) => {
var body = {
license_key: licenseKey,
plan_type
};
axios.post("https://lightboxjs-server.herokuapp.com/license", body).then(function(response) {
let licenseKeyValid = response.data.license_valid;
}).catch(function(error) {
});
};
export {
IconButton,
Image,
SlideshowLightbox,
initLightboxJS
};
//# sourceMappingURL=index.mjs.map