Skip to content
This repository has been archived by the owner on Apr 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #45 from cosmostation/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Booyoun authored Jun 2, 2020
2 parents 4672b47 + 85eb319 commit 29aacec
Show file tree
Hide file tree
Showing 5 changed files with 46,515 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
# /dist
/tmp
/out-tsc

Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@ CosmosJS supports browserify.
const cosmosjs = require("@cosmostation/cosmosjs");
```

#### Browser
#### CDN

- You can find cosmosjs jsDelivr and use the global cosmosjs variable.
- You can see example file at [/example/browser-example.html](https://github.com/cosmostation/cosmosjs/tree/master/example/browser-example.html)

```js
<script src='js/cosmosjs-bundle.js'></script>
<script src="https://cdn.jsdelivr.net/npm/@cosmostation/cosmosjs@0.5.7/dist/cosmosjs-0.5.7.js"></script>
```

## Usage
Expand Down
Loading

0 comments on commit 29aacec

Please sign in to comment.