Skip to content
On this page

Using WebNWB with a CDN

You can use a script tag or ES Module imports to access the library using a CDN.

ESM Import

js
import nwb from 'https://cdn.jsdelivr.net/npm/webnwb@0.1.0'

Script Tag (Browser)

html
<script src='https://cdn.jsdelivr.net/npm/webnwb@0.1.0'></script>

Released under the GNU Affero General Public License.