I am looking to incorporate the cordova-vk plugin into my app, but I am having trouble connecting it to Typescript.
vkSdk is not defined
I understand that the plugin is located in the node_modules folder. How can I successfully integrate it into my page and utilize its methods?
I attempted to declare the plugin using:
declare let cordovaVk : any;
However, this did not solve the issue. I am aware that I must be missing a step, but I am struggling to pinpoint the error. I am using the latest versions of Cordova and Ionic for this project.