/lecturePlayer

Presenting vector-based lectures in the browser.

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

CodeQL

lecturePlayer

Browser-based streaming player that is used to render real-time presentations streamed with lectureStudio tools.

Build Notes

Building with npm:

Run npm run build:prod or npm run build:dev for a production or development build.

The target directory for build files is: build

To lint or test:

Run npm run lint or npm run test respectively.