mirror of
https://github.com/zoriya/v10.git
synced 2026-08-16 02:45:09 +00:00
19 lines
572 B
Markdown
19 lines
572 B
Markdown
# @videojs/core
|
|
|
|
[![package-badge]][package]
|
|
|
|
> **⚠️ Technical Preview - SUBJECT TO CHANGE** Not recommended for production use.
|
|
|
|
## Overview
|
|
|
|
`@videojs/core` provides runtime-agnostic core components and utilities shared across Video.js
|
|
packages. These are foundational building blocks used by platform-specific implementations
|
|
(HTML, React, React Native) to create consistent media player experiences.
|
|
|
|
## License
|
|
|
|
[Apache-2.0](./LICENSE)
|
|
|
|
[package]: https://www.npmjs.com/package/@videojs/core
|
|
[package-badge]: https://img.shields.io/npm/v/%40videojs%2Fcore%40next
|