feat: add getRange api #429

This commit is contained in:
Hufe921
2024-01-31 21:40:04 +08:00
parent 7ab103edd9
commit 2a6a41c8c9
4 changed files with 26 additions and 0 deletions
+10
View File
@@ -57,6 +57,16 @@ Usage:
const wordCount = await instance.command.getWordCount()
```
## getRange
Feature: Get range
Usage:
```javascript
const range = instance.command.getRange()
```
## getRangeText
Feature: Get range text