1.4.1 • Published 1 year ago

@eyevinn/is-drm-supported v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.

1.4.1

1 year ago

1.4.0

1 year ago

1.3.0

1 year ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago