UNPKG

@atomicjolt/lti-client

Version:

Client Javascript libraries to handle LTI.

5 lines 290 B
export { initOIDCLaunch } from "./client/init"; export { ltiLaunch } from "./client/launch"; export { lmsHost, lmsUrl, isDeepLinkLaunch, isNamesAndRolesLaunch, isAssignmentAndGradesLaunch, clientId, } from "./libs/lti"; export * from "./libs/post_message"; //# sourceMappingURL=index.js.map