1.0.22 • Published 3 years ago

klp-ekyc-sdk v1.0.22

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Ekyc Reactjs

Demo + Docs

Demo Code

<div id="ekyc_wrap"></div>
<script>
    var options = {
        wrap_id: '#ekyc_wrap',
        app_token: '[APP_TOKEN],
        error_messages: '[CUSTOM_ERROR_MESSAGES]',
        render_result: true,
        snapshot_by: 'input_capture',
        success_function: function (resultData) {
            console.log(resultData);
        },
        welcome_page_function: function (startFunction) {
            jQuery('#ekyc_wrap').css({
                backgroundImage: 'url(https://gcdn.pbrd.co/images/xCqzrT5p773l.jpg)', // linear-gradient(#00123a, #0058c6)
                backgroundSize: '100% 100%',
                backgroundPosition: 'center',
                color: 'white'
            });

            jQuery('#welcome_page').appendTo('#ekyc_wrap');
            
            jQuery('#welcome_page').css('display', 'flex');

            jQuery('#start_button').click(function () {
                startFunction();
            });
        },
        axios_install: true,
        sweetalert2_install: false,
        style: '[CUSTOM_STYLES]',
        handle_result: 'socket',
        animation: true
    };
    ekycSDK.init(options);
</script>
1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.22

3 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.12

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago