VOS Player Core SDK
Build
yarn build
The dist
directory will be created with:
-
index.cjs
CommonJS -
index.mjs
ES Module -
index.js
Javascript IIFE for use with HTML script tag -
*.js.map
Sourcemap files for reporting error line numbers -
*.d.ts
Type definition files
Usage
import VosPlayer from '@harmonicinc/vosplayer-core'