Skip to main content

Connect to the QUANTEEC npm repo

While the QUANTEEC plugin for web players can be used through CDN, it can also be installed by using our private npm repository.

Install QUANTEEC web plugin package

First, you have to log into our repository with your credentials using the following command:

npm adduser --scope=@quanteec --registry https://npm.quanteec.com
info

To obtain your credentials for the QUANTEEC npm repository, please contact us by mail.

Then, in your project's folder, you can install the QUANTEEC web plugin package with the following command:

npm install --save @quanteec/quanteec-plugin --registry https://npm.quanteec.com/

Then, follow the specific documentation for your web player by creating a QUANTEEC configuration and linking the video player to the QUANTEEC plugin.