Make Image By HTML Element
npm install @jugar/html-shot
import { videoShot } from '@jugar/html-shot'
const url = videoShot('streamingVideo')
import { videoShot } from '@jugar/html-shot'
// 缩小五倍
const url = videoShot('streamingVideo', 0.2)
import { downloadImage, videoShot } from '@jugar/html-shot'
const url = videoShot('streamingVideo')
downloadImage(url)