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.

10 lines 352 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * A fake tool id to use when redirecting to the CACCL partially-simulated * Canvas in order to perform a self launch * @author Gabe Abrams */ var CACCL_SIM_TOOL_ID = 888888888888888; exports.default = CACCL_SIM_TOOL_ID; //# sourceMappingURL=CACCL_SIM_TOOL_ID.js.map