m-toolset:基本工具集

时间:2024-04-06 14:48:21
【文件属性】:

文件名称:m-toolset:基本工具集

文件大小:4KB

文件格式:ZIP

更新时间:2024-04-06 14:48:21

JavaScript

工具集 获取有关本地视频文件的信息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
----.gitignore(245B)
----es()
--------index.js(1KB)
----README.md(344B)
----package.json(1KB)
----.babelrc(144B)
----lib()
--------index.js(2KB)
--------toolset-min.js(975B)

网友评论