############ 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.
Example
LT.init(authorApp, {
extensions: ['renderPDF'],
});