package html2Img import ( "testing" ) func Test_html2image(t *testing.T) { GetImg("https://www.baidu.com", "test.webp") }