I want integrate wikitude to my existing ionic2 application. I saw there is a cordova plugin for wikitude integration. But there is no example for ionic2 in wikitude documentation.
Is there any boilerplate code for wikitude with ionic2 ? How to start integration wikitude with ionic2 ?
you can download sample boilerplate code from here.
For the start intergration of wikitude with ionic2
Add Plugin
ionic plugin add https://github.com/Wikitude/wikitude-cordova-plugin.git
Register, and download a key for the Wikitude SDK
Add key to src/app/app.component.ts
WikitudePlugin._sdkKey = "YOUR-SDK-KEY"