UNPKG

caccl

Version:

Canvas App Complete Connection Library: an all-in-one library for connecting your app to Canvas, handling lti, access tokens, and api.

9 lines (7 loc) 230 B
/** * A fake tool id to use when redirecting to the CACCL partially-simulated * Canvas in order to perform a self launch * @author Gabe Abrams */ const CACCL_SIM_TOOL_ID = 888888888888888; export default CACCL_SIM_TOOL_ID;