presenta-sdk
v0.0.13
Published
Downloads
21
Readme
PRESENTA Plugin SDK
Include the library
Install the library with NPM
npm install presenta-sdk
then, include the library in the browser:
<script src="/node_modules/presenta-sdk/dist/presenta-sdk.js"></script>
or using unPkg with:
<script src="https://unpkg.com/presenta-sdk"></script>
In the browser, a global presenta
object will be available.
Alternatively you can use it in ES6:
import * as presenta from 'presenta-sdk'
To learn more about how to use it, go to this page.
Development notes
Test
There is a test file in test
you can run in the browser using npm run test