m toolset:基本工具集 源码
工具集 获取有关本地视频文件的信息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 ) } )
文件列表
m-toolset-master.zip
(预估有个7文件)
m-toolset-master
.gitignore
245B
es
index.js
1KB
README.md
344B
package.json
1KB
.babelrc
144B
lib
index.js
2KB
toolset-min.js
975B
暂无评论