Skip to content

Commit

Permalink
browserify
Browse files Browse the repository at this point in the history
  • Loading branch information
singiamtel committed Aug 5, 2023
1 parent 20a2d20 commit 594da76
Show file tree
Hide file tree
Showing 4 changed files with 52,632 additions and 2 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
showdown/*
dist/*
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ Bot.on('message', (message: Message) => {
});
```

Browser
```html
<script src="https://cdn.jsdelivr.net/npm/ps-client/dist/psclient.js">
</script>
<script charset="utf-8">
console.log(ps_client.Tools.toID("helloWorld!!"));
</script>
```
https://cdn.jsdelivr.net/npm/jquery/dist/ps
### Installation
To install `ps-client` using npm, open the terminal and type the following:
```
Expand Down
Loading

0 comments on commit 594da76

Please sign in to comment.