Skip to content

Commit

Permalink
Add link to module build samples
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilhavy committed Jan 23, 2025
1 parent aa80fa8 commit 31489fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/developers/migration-guides/4-to-5.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ The following entry points are defined in the `package.json`:

More information about installation and building can be found [here](../../quickstart/installation.html).

Multiple examples how to use dash.js in your Typescript or Webpack based JavaScript project can be found in `samples/modules`.

### Settings

#### ABR Rules
Expand Down
2 changes: 2 additions & 0 deletions pages/quickstart/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ are as follows. Replace `vx.x.x` with the release version, for instance `v5.0.0`
- Debug
Build: [http://cdn.dashjs.org/vx.x.x/modern/esm/dash.all.debug.js](http://cdn.dashjs.org/v5.0.0/modern/esm/dash.all.debug.js)

Multiple examples how to use dash.js in your Typescript or Webpack based JavaScript project can be found in `samples/modules`.

## NPM package

We publish dash.js to [npm](https://www.npmjs.com/package/dashjs). Examples of how to use dash.js in different module
Expand Down

0 comments on commit 31489fb

Please sign in to comment.