Commit 3bfddb8b authored by redwane mahjoubi's avatar redwane mahjoubi

Update README.md

parent a17d24ab
...@@ -24,11 +24,10 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_ ...@@ -24,11 +24,10 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_
### `3.copy the code bellow inside the useEffect(){...} lifecycle Hook:` ### `3.copy the code bellow inside the useEffect(){...} lifecycle Hook:`
```bash useEffect(()=>{ useEffect(()=>{
skyid_imp.initViewComponent() skyid_imp.initViewComponent()
// init SDK // init SDK
skyid_imp.skyid_fa_remote_sdk_initialization() skyid_imp.skyid_fa_remote_sdk_initialization() $( document ).ready(function() {
$( document ).ready(function() {
$("#skyid_fa_document_container").show(500); $("#skyid_fa_document_container").show(500);
$( "#skyid_da_smart_ocr_button" ).click(function() { $( "#skyid_da_smart_ocr_button" ).click(function() {
...@@ -59,7 +58,7 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_ ...@@ -59,7 +58,7 @@ import * as skyid_imp from '../assets/skyid_impl_v1'; //Location of 'skyid_impl_
// demo call // demo call
skyid_imp.skyid_fa_auth_request_smart_ocr_recover("1671122267893033679") skyid_imp.skyid_fa_auth_request_smart_ocr_recover("1671122267893033679")
},[])``` },[])
### `4.Copy the HTML code :` ### `4.Copy the HTML code :`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment