@jugar/html-shot
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

html-shot

Make Image By HTML Element

安装

npm install @jugar/html-shot

截图返回URL

import { videoShot } from '@jugar/html-shot'

const url = videoShot('streamingVideo')

截图返回URL(图片压缩)

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)

Readme

Keywords

Package Sidebar

Install

npm i @jugar/html-shot

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

4.49 kB

Total Files

6

Last publish

Collaborators

  • sampung