feat: add print mode #236

This commit is contained in:
Hufe921
2023-08-10 23:56:50 +08:00
parent b54b66d3d4
commit fd31b3e78c
10 changed files with 125 additions and 51 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ Feature: Gets the base64 string of the current page image
Usage:
```javascript
const base64StringList = await instance.command.getImage(pixelRatio?: number)
const base64StringList = await instance.command.getImage(option?: IGetImageOption)
```
## getWordCount