@hoosei/voxweave-react
Version:
A customizable and interactive voice UI component for React applications
23 lines (22 loc) • 451 B
JavaScript
import { ADMIN_KEY as i } from "./index20.js";
let e = {
licenseKey: i,
apiUrl: "http://localhost:4200/api",
development: void 0
};
const n = (o) => {
e = {
...e,
...o
};
}, t = () => {
if (!e.licenseKey)
throw new Error("Voxweave: License key is required. Please configure it using configureVoxweave().");
return e;
};
export {
e as config,
n as configureVoxweave,
t as getConfig
};
//# sourceMappingURL=index5.js.map