1.0.1 • Published 5 years ago

@abiodunjames/vtionai v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

How to use

let appId = 'your-app-id'; 
let appKey = 'your-app-key';

const Vtion = new App(appId, appKey);

let img ='your-base-64-image';

Vtion.getClient().search(img)
    .then((response) => {
        console.log(response)
    })
    .catch((err) => {
        console.log(err);
    });
1.0.1

5 years ago

1.0.0

5 years ago