@atomicjolt/lti-client
Version:
Client Javascript libraries to handle LTI.
13 lines (12 loc) • 299 B
text/typescript
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";
export type * from "./types";