Extensions/Authoring/renderPDF

############ Incomplete - DO NOT USE

Extensions add specific functionality to Learnosity APIs. They rely on modules within LT being available.

--

Adds the ability for authors to choose whether uploaded (PDF) resources should be rendered to the learner on the front-end.

Methods

run()

Extension constructor.

Since
2.2.0
Example
import { LT } from '@caspingus/lt/src/authoring/index';

LT.init(authorApp); // Set up LT with the Author API application instance variable
LT.extensions.renderPDF.run();