mirror of
https://github.com/zoriya/v10.git
synced 2026-08-14 01:49:30 +00:00
18 lines
557 B
Markdown
18 lines
557 B
Markdown
# @videojs/skins
|
|
|
|
> **Internal package — do not install directly.**
|
|
|
|
Shared skin CSS and Tailwind classname tokens for Video.js 10. Consumed by [`@videojs/html`](../html) and [`@videojs/react`](../react), which re-export the skins you actually use in an app.
|
|
|
|
The package is private (`"private": true` in `package.json`) and is not published to npm.
|
|
|
|
## Structure
|
|
|
|
- `src/default/` — default skin tokens and CSS.
|
|
- `src/minimal/` — minimal skin tokens and CSS.
|
|
- `src/shared/` — tokens shared between skins.
|
|
|
|
## License
|
|
|
|
[Apache-2.0](../../LICENSE)
|