1. 首页
  2. 移动开发
  3. 其他
  4. m toolset:基本工具集 源码

m toolset:基本工具集 源码

上传者: 2021-04-08 17:22:06上传 ZIP文件 3.83KB 热度 6次
工具集 获取有关本地视频文件的信息import { getVideoInfo } from 'm-toolset' getVideoInfo ( file ) . then ( ( { blob , ... videoInfo } = data ) => { console . log ( 'Video cover' , blob ) console . log ( 'Width, height and duration of video' , videoInfo ) } , error => { console . log ( error ) } )
用户评论