# `@wisdom-components/VmsVideo`
> TODO: description ## Usage ```
const VmsVideo = require('@wisdom-components/VmsVideo');
# VmsVideo 视频组件
## 视频组件 - 基本 ### api 参考 Jessibuca 组件 https://jessibuca.com/api.html
## 在使用该组件时,需将组件中 JessibucaVideo 文件夹,拷贝至环境根目录 public 中 ## 且需在子应用或者基座上的入口文件index.html或者index.ejs中,用script标签将jessibuca.js引入 如:<br/> `<script type="text/javascript" src="/civ_energy/JessibucaVideo/jessibuca.js"></script>`<br/> `<script type="text/javascript" src="/civbase/JessibucaVideo/jessibuca.js"></script>`
```