Skip to content
目录

VideoRecording 录制视频组件

何时使用

  • 需要通过浏览器录制视频的时候
  • 需要用户同意开启摄像头

代码演示

tsx
<script setup>
import { VideoRecording } from '@xiaomh/vue3-alan-vite-component';
</script>

<template>
<VideoRecording/>
</template>

<style></style>

<script setup>
import { VideoRecording } from '@xiaomh/vue3-alan-vite-component';
</script>

<template>
<VideoRecording/>
</template>

<style></style>

1
2
3
4
5
6
7
8
9
10

API

属性说明

暂无

Welcome to the site