@video-supply/dahua-player 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @video-supply/dahua-player
2
2
 
3
+ [English](#api) | [中文](#中文文档)
4
+
3
5
  Dahua (WSPlayer) browser player wrapper. It provides a single entry API:
4
6
 
5
7
  - `DahuaPlayer.init(options)`
@@ -12,6 +14,10 @@ This package includes Dahua static assets (`wsplayer-gov/`) and copies them into
12
14
  npm i @video-supply/dahua-player
13
15
  ```
14
16
 
17
+ ## 中文文档
18
+
19
+ - [README.zh-CN.md](./README.zh-CN.md)
20
+
15
21
  ## Quick Start
16
22
 
17
23
  ```ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@video-supply/dahua-player",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Dahua WSPlayer wrapper for browser apps",
5
5
  "type": "module",
6
6
  "sideEffects": false,