Skip to content

Commit

Permalink
docs: Readme image link fix in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Dec 18, 2024
1 parent 483f63c commit eacc2ec
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a extension for PixiJS v8 that provides a single display element for dis

> The marching ants effect is an animation technique often found in selection tools of computer graphics programs. It helps the user to distinguish the selection border from the image background by animating the border. The border is a dotted or dashed line where the dashes seem to move slowly sideways and up and down. This creates an illusion of ants marching in line as the black and white parts of the line start to move.
![preview](./.github/preview.gif)
![marquee selection preview](https://userland.pixijs.io/marquee-selection/preview.gif)


## Getting Started
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
"lib/",
"global.d.ts"
],
"extensionConfig": {
"deployFiles": "{{dist,examples,docs}/**,preview.gif}"
},
"peerDependencies": {
"pixi.js": ">=8 <9"
},
Expand Down
File renamed without changes

0 comments on commit eacc2ec

Please sign in to comment.