Skip to content

Commit

Permalink
Merge pull request #12 from ScreebApp/feat-context-library-sdk-name-a…
Browse files Browse the repository at this point in the history
…nd-version

feat(context tracking): add secondary sdk name and version
  • Loading branch information
MD4 authored Jan 16, 2024
2 parents d685295 + e76592b commit 9630eae
Show file tree
Hide file tree
Showing 10 changed files with 388 additions and 11 deletions.
316 changes: 316 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 7 additions & 1 deletion packages/screeb-sdk-angular/docs/classes/Screeb.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,10 +394,16 @@ ___

### load

**load**(): `Promise`<`undefined`\>
**load**(`options?`): `Promise`<`undefined`\>

Appends Screeb tag into your dom.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `options?` | `ScreebOptions` | Screeb module options. |

#### Returns

`Promise`<`undefined`\>
Expand Down
Loading

0 comments on commit 9630eae

Please sign in to comment.