mirror of
https://github.com/zoriya/v10.git
synced 2026-08-08 23:27:58 +00:00
29 lines
878 B
Markdown
29 lines
878 B
Markdown
# @videojs/core
|
|
|
|
[![package-badge]][package]
|
|
|
|
> **⚠️ Beta** Close to stable. Experimental adoption in real projects.
|
|
|
|
## 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
|
|
(DOM, HTML, React, React Native) to create consistent media player experiences.
|
|
|
|
## Community
|
|
|
|
If you need help with anything related to Video.js v10, or if you'd like to casually chat with other
|
|
members:
|
|
|
|
- [Join Discord Server][discord]
|
|
- [See GitHub Discussions][gh-discussions]
|
|
|
|
## License
|
|
|
|
[Apache-2.0](./LICENSE)
|
|
|
|
[package]: https://www.npmjs.com/package/@videojs/core
|
|
[package-badge]: https://img.shields.io/npm/v/@videojs/core?label=@videojs/core
|
|
[discord]: https://discord.gg/JBqHh485uF
|
|
[gh-discussions]: https://github.com/videojs/v10/discussions
|