Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

presenta-sdk

abusedmedia4ISC0.0.13

null

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