@workgrid-widgets/core

1.8.0 • Public • Published

Workgrid Widgets - Core

Usage

This package is published to npm, and can be imported via cdn (ESM>CDN, UNPKG, jsDelivr).

The getToken method is required and must return a Workgrid User Auth Token (it may be synchronous or asynchronous).

<script type="module">
  import Core from '@workgrid-widgets/stream'

  new Core({
    getToken: () => { ... },
  })
</script>

Readme

Keywords

none

Package Sidebar

Install

npm i @workgrid-widgets/core

Weekly Downloads

5

Version

1.8.0

License

Apache-2.0

Unpacked Size

2.53 MB

Total Files

18

Last publish

Collaborators

  • workgrid-bot