Skip to content

Commit 242d0f8

Browse files
committed
feat: Using cbmp v1.1.1 for rendering cursor bitmaps
1 parent 0d29254 commit 242d0f8

File tree

3 files changed

+991
-175
lines changed

3 files changed

+991
-175
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- The 'bitmaps' directory has been removed from the git repository. You can now generate the PNG files using `yarn render` or download them from the release assets.
1313

14+
### What's New?
15+
16+
- Using [cbmp v1.1.1](https://github.com/ful1e5/cbmp/tree/v1.1.1) for rendering cursor bitmaps.
17+
1418
## [v2.0.1]- 20 October 2022
1519

1620
### Changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"cbmp": "ful1e5/cbmp"
3+
"cbmp": "^1.1.1"
44
},
55
"scripts": {
66
"render:xcursor-pro-dark": "npx cbmp -d 'svg' -n 'XCursor-Pro-Dark' -bc '#000000' -oc '#FFFFFF'",

0 commit comments

Comments
 (0)