Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 316 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 316 Bytes

html2image_plus

Convert html to image(png/jpg) or pdf by PhantomJS

Install

npm install -g html2image_pluse

Usage

html2image -a https://www.baidu.com -o /home/abc.png -f png -s 375*667

or

html2image -a file:///home/index.html -o /home/abc.png -f png -s 375*667

Help

html2image -h