@volcengine/veplayer 1.9.0-rc.0 → 1.9.0

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.
package/README.md CHANGED
@@ -10,7 +10,7 @@ npm install @volcengine/veplayer --save
10
10
  在项目中引入 VePlayer 和样式文件。
11
11
  ```javascript
12
12
  import VePlayer from '@volcengine/veplayer';
13
- import '@volcengine/veplayer/dist/index.min.css';
13
+ import '@volcengine/veplayer/index.min.css';
14
14
  ```
15
15
 
16
16
  ### 添加播放容器
@@ -44,4 +44,4 @@ const playerSdk = new VePlayer({
44
44
  url: '//livepull.example.com/appname/streamname.flv'
45
45
  });
46
46
  ```
47
- 直播功能的详细说明参考[火山引擎-视频直播-Web SDK-拉流SDK](https://www.volcengine.com/docs/6469/127525)
47
+ 直播功能的详细说明参考[火山引擎-视频直播-Web SDK-拉流SDK](https://www.volcengine.com/docs/6469/127525)