Utilities for integrating browsers with Penneo
npm install penneo-uri-utilsAdd the script to your HTML page. You can use the CDN version from https://cdn.jsdelivr.net/gh/penneo/browser-uri-utils/bin/browser-utils.min.js, or host it yourself and target directly to it.
```
NPM and Bower installations will be available soon.
To enhance any link element in a website to integrate Penneo, you only need the link, the data and the script above to be included.
In HTML, create a link with a temporary href.
In javascript
1. Create the payload to be sent to the Penneo Desktop application accoding to the URI Schema for the integration.
2. Select the link element
3. Enhance the link with the global penneoLink function that the script exposes.
`js``
Full example will be made available soon.