Skip to content

Commit

Permalink
added pause method
Browse files Browse the repository at this point in the history
  • Loading branch information
AspieSoft committed Feb 4, 2024
1 parent 5158159 commit 4198399
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aspiesoft/fps-sync",
"version": "1.3.1",
"version": "1.3.2",
"description": "A time based update loop which can synchronize the FPS and frame count of 2 animations.",
"main": "index.js",
"author": "AspieSoft",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install fps-sync
```

```html
<script src="https://cdn.jsdelivr.net/gh/AspieSoft/fps-sync@1.3.0/index.js"></script>
<script src="https://cdn.jsdelivr.net/gh/AspieSoft/fps-sync@1.3.2/index.js"></script>
```

## Setup
Expand Down

0 comments on commit 4198399

Please sign in to comment.