Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xulihang committed Aug 8, 2022
1 parent 303cfd9 commit 84728d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ make sure you correctly setup react-native-reanimated and add this to your `babe
'worklet'
const config:ScanConfig = {};
config.license = "<license>" //apply for a 30-day trial license here: https://www.dynamsoft.com/customer/license/trialLicense/?product=dlr
const results = recognize(frame,config);
const result = recognize(frame,config);
}, [])

React.useEffect(() => {
Expand Down Expand Up @@ -84,7 +84,7 @@ make sure you correctly setup react-native-reanimated and add this to your `babe

const config:ScanConfig = {};
config.license = "<license>" //apply for a 30-day trial license here: https://www.dynamsoft.com/customer/license/trialLicense/?product=dlr
let results = await DLR.decodeBase64(base64,config);
const result = await DLR.decodeBase64(base64,config);
```

## Interfaces
Expand Down

0 comments on commit 84728d0

Please sign in to comment.