Typescript Typings for Wikitude AR World (or ARchitect World)
npm install architect_dts#### Releases :
Version 1 : Initial Release, Full Types as of version 6.1.0. EXCLUDING DEPRECATED FEATURES
#### TODO :
Version 2 : Including all the wonderful comments.
npm install --save-dev architect_dts
``
import { logger } from 'AR';
logger.activateDebugMode();
``
It's as simple as that!
Remember to set AR as an External Package to avoid it attempting to compile it!