Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 476 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 476 Bytes

capture-video

原生js+canvas实现截取视频任意一帧画面,转为图片存储

运行

本demo需要在一个web server下才能完美运行

Online Demo

https://andesome.github.io/capture-video/index.html

开启一个web server

 1.全局安装http-server
 cnpm install http-server -g
 
 2.从GitHub clone本项目
 
 3.命令后或终端进入项目目录,启动http-server
 http-server