README
jl-url2image
Convert websites into images
npm install jl-url2image -g
demo
jl-url2image -u https://baidu.com
-u 输入链接 url
-f 输出文件 output file
-m 是否移动端 isMobile
国内用户推荐使用cnpm或yarn下载,避免出现安装puppeteer时无法下载的情况
Convert websites into images
<script type="module">
import jlUrl2image from 'https://cdn.skypack.dev/jl-url2image';
</script>
Convert websites into images
npm install jl-url2image -g
jl-url2image -u https://baidu.com
-u 输入链接 url
-f 输出文件 output file
-m 是否移动端 isMobile
国内用户推荐使用cnpm或yarn下载,避免出现安装puppeteer时无法下载的情况