Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder authored Oct 30, 2023
1 parent 102077c commit b228982
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,17 @@ document.querySelector("#scanButton").addEventListener("click", () => document.q
```

View code for the demo [here](/components/index.html).

### To use from CDN

Just add this inside your `<head></head>` tags then the rest is the same:

```html
<script type="importmap">
{
"imports": {
"zxinger": "https://cdn.jsdelivr.net/gh/chainparency/zxinger@0/index.js"
}
}
</script>
```

0 comments on commit b228982

Please sign in to comment.