updatet the example
1 files changed, 4 insertions(+), 1 deletions(-) M example/normal/main.go
M example/normal/main.go => example/normal/main.go +4 -1
@@ 9,7 9,10 @@ import ( func main() { fmt.Print(convert.ImageFile2ASCIIString("example/images/baozou.jpg", &convert.Options{ - Ratio: 0.3, + Ratio: 1, + FitScreen: true, + ExpectedHeight:51, + ExpectedWidth: 185, })) }