0.0.13 • Published 5 years ago

presenta-sdk v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

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

0.0.13

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago