Installation
Installation of the VideoID Widget component.
Install the widget component from a package manager
Install the widget component through Facephi's private package registry (Recommended)
# Facephi npm credentials
registry=https://registry.npmjs.org/
@facephi:registry=https://facephicorp.jfrog.io/artifactory/api/npm/sdk-web-fphi/
//facephicorp.jfrog.io/artifactory/api/npm/sdk-web-fphi/:_password=PASSWORDBASE64
//facephicorp.jfrog.io/artifactory/api/npm/sdk-web-fphi/:username=EMAIL
//facephicorp.jfrog.io/artifactory/api/npm/sdk-web-fphi/:email=EMAIL
//facephicorp.jfrog.io/artifactory/api/npm/sdk-web-fphi/:always-auth=true"dependencies": {
"@facephi/sdk-video-id": "1.0.0",
(...)
}Install the widget component from a local tgz package file
Definition of the widget custom component
Define the VideoID custom element
Compile for ES5
Last updated