Skip to content

Commit

Permalink
feat(api): Upgraded cursor builder clickgen v2.2.0 -> v2.2.3
Browse files Browse the repository at this point in the history
clickgen v2.2.3 supports cursors canvasing, which enable multi windows
cursor sizes.
  • Loading branch information
ful1e5 committed Jun 1, 2024
1 parent 7b4b02e commit 648a9ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### What's New?

- Render Cursor bitmaps(SVG->PNG) on client side without `sharp` (related to #22)
- Upgraded cursor builder `clickgen v2.2.0 -> v2.2.3` to support cursors canvasing

### Changes

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Flask==3.0.0
python-dotenv===1.0.0
PyJWT===2.8.0
clickgen===2.2.0
clickgen===2.2.3

0 comments on commit 648a9ae

Please sign in to comment.