Open Ecoacoustics Web Components

Install

CDN

All JavaScript files are automatically deployed jsdelivr

To use the CDN, simply add the following code into the <head> tag of your website

<script type="module" src="https://cdn.jsdelivr.net/npm/@ecoacoustics/web-components/dist/components.js"></script>

Install via NPM

$ npm i @ecoacoustics/web-components
>

Manually Install JS Files

You can find all releases on github

Important Notes

If you are self-hosting the web components through NPM, GitHub releases, or copying the source code, you will have to enable the following headers on your web sever

Cross-Origin-Opener-Policy: same-origin
Cross-Origin-Embedder-Policy: require-corp

How to Create a Verification Grid

Follow the steps in here to create a verification grid.