@eyevinn/is-drm-supported
TypeScript icon, indicating that this package has built-in type declarations

1.4.1 • Public • Published

is-drm-supported

Tiny MSE video and audio DRM detection library.

Usage

The package exports the following asynchronous methods:

isPlayreadySupported

isPlayreadyChromecastSupported

isPlayreadyRecommendedSupported

isWidevineSupported

isFairplayLegacySupported

isFairplaySupported

Example

import { isFairplaySupported } from "@eyevinn/is-drm-supported";

const hasFairplaySupport = await isFairplaySupported();

Contributing

The project uses semantic-release to automatically generate release notes and semantic versioning from on commits, it is important to follow some rules when committing.

This project uses conventional commits.

Read Using Git with Discipline.

Read How to Write a Commit Message.

Package Sidebar

Install

npm i @eyevinn/is-drm-supported

Weekly Downloads

459

Version

1.4.1

License

MIT

Unpacked Size

7.6 kB

Total Files

6

Last publish

Collaborators

  • martinstark
  • jobi
  • bwallberg