User SDK - Dorapan

Who is Dorapan

Because the Pandora.js could be global-installed, unable to direct require('pandora') in user's project, there are various issues. Recommend to use require('dorapan') to refer the Pandora.js, get the runtime context, get the basic classes and so on.

Install dorapan under user directory

tnpm i dorapan --save

require('dorapan') equivalent require('pandora')

console.log(require('dorapan') === require('pandora')); // true

API

For running context information, see:

Facade

For basic class, see:

index.ts

Last Updated: 9/19/2018, 2:35:44 PM