Skip to content

Commit b601e21

Browse files
authored
Update README.md
1 parent 2e0ebcd commit b601e21

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,6 @@ Features include dragging, pinch-to-zoom, mouse wheel zooming, decelerated dragg
55

66
All features are configurable and removable, so set up the viewport to be exactly what you need.
77

8-
## Support pixi-viewport!
9-
With your support, I can make pixi-viewport even better! Please consider making a donation:
10-
<a href="https://opencollective.com/pixi-viewport/donate" target="_blank">
11-
<img src="https://opencollective.com/pixi-viewport/donate/[email protected]?color=blue" width=300 style="margin-top: 0.5rem; display: block"/>
12-
</a>
13-
148
## v5.2+
159
Moves pixi-viewport to pixi.js v7.2+
1610

@@ -32,11 +26,11 @@ const viewport = new Viewport({ events: renderer.events });
3226
This project was migrated to Typescript (thanks [@ShukantPal](https://github.com/ShukantPal)!). All functionality should be the same. The live Example has been updated.
3327

3428
## Live Examples
35-
* New: [https://davidfig.github.io/pixi-viewport/](https://davidfig.github.io/pixi-viewport/) (using [flems.io](https://flems.io))
36-
* Original: [https://davidfig.github.io/pixi-viewport/original/](https://davidfig.github.io/pixi-viewport/original)
29+
* New: [https://pixi-viewport.github.io/pixi-viewport/](https://pixi-viewport.github.io/pixi-viewport/) (using [flems.io](https://flems.io))
30+
* Original: [https://pixi-viewport.github.io/pixi-viewport/original/](https://pixi-viewport.github.io/pixi-viewport/original)
3731

3832
## API Documentation
39-
[https://davidfig.github.io/pixi-viewport/jsdoc/](https://davidfig.github.io/pixi-viewport/jsdoc/)
33+
[https://pixi-viewport.github.io/pixi-viewport/jsdoc/](https://pixi-viewport.github.io/pixi-viewport/jsdoc/)
4034

4135
## Simple Example
4236
```js
@@ -143,4 +137,4 @@ If you liked pixi-viewport, please try my other open source libraries:
143137

144138
## license
145139
MIT License
146-
(c) 2023 [YOPEY YOPEY LLC](https://yopeyopey.com/) by David Figatner ([email protected])
140+
(c) 2024 [YOPEY YOPEY LLC](https://yopeyopey.com/) by David Figatner ([email protected])

0 commit comments

Comments
 (0)