4.0.0 • Published 5 months ago

@videojs/vhs-utils v4.0.0

Weekly downloads
150,541
License
MIT
Repository
github
Last release
5 months ago

@videojs/vhs-utils

Objects and functions shared throughtout @videojs/http-streaming code

Installation

npm install --save @videojs/vhs-utils

Usage

All utility functions are published under dist and can be required/imported like so:

import resolveUrl from '@videojs/vhs-utils/dist/resolve-url'; const resolveUrl = require('@videojs/vhs-utils/dist/resolve-url');