0.0.13 • Published 4 years ago

presenta-sdk v0.0.13

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

0.0.12

4 years ago

0.0.11

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago