-
-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a1411fe
commit 0d48a40
Showing
50 changed files
with
505 additions
and
771 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "pixi-filters", | ||
"version": "5.2.1", | ||
"description": "PixiJS v7 optional display filters", | ||
"version": "8.0.0", | ||
"description": "PixiJS v8 optional display filters", | ||
"author": "Mat Groves <[email protected]>", | ||
"contributors": [ | ||
"Ivan Popelyshev <[email protected]>", | ||
|
@@ -35,39 +35,39 @@ | |
"index.d.ts" | ||
], | ||
"dependencies": { | ||
"@pixi/filter-adjustment": "5.1.1", | ||
"@pixi/filter-advanced-bloom": "5.1.1", | ||
"@pixi/filter-ascii": "5.1.1", | ||
"@pixi/filter-bevel": "5.1.1", | ||
"@pixi/filter-bloom": "5.1.1", | ||
"@pixi/filter-bulge-pinch": "5.1.1", | ||
"@pixi/filter-color-gradient": "5.2.0", | ||
"@pixi/filter-color-map": "5.1.1", | ||
"@pixi/filter-color-overlay": "5.1.1", | ||
"@pixi/filter-color-replace": "5.1.1", | ||
"@pixi/filter-convolution": "5.1.1", | ||
"@pixi/filter-cross-hatch": "5.1.1", | ||
"@pixi/filter-crt": "5.1.1", | ||
"@pixi/filter-dot": "5.1.1", | ||
"@pixi/filter-drop-shadow": "5.2.0", | ||
"@pixi/filter-emboss": "5.1.1", | ||
"@pixi/filter-glitch": "5.1.1", | ||
"@pixi/filter-glow": "5.2.1", | ||
"@pixi/filter-godray": "5.1.1", | ||
"@pixi/filter-grayscale": "5.1.1", | ||
"@pixi/filter-hsl-adjustment": "5.2.0", | ||
"@pixi/filter-kawase-blur": "5.1.1", | ||
"@pixi/filter-motion-blur": "5.1.1", | ||
"@pixi/filter-multi-color-replace": "5.1.1", | ||
"@pixi/filter-old-film": "5.1.1", | ||
"@pixi/filter-outline": "5.2.0", | ||
"@pixi/filter-pixelate": "5.1.1", | ||
"@pixi/filter-radial-blur": "5.1.1", | ||
"@pixi/filter-reflection": "5.1.1", | ||
"@pixi/filter-rgb-split": "5.1.1", | ||
"@pixi/filter-simple-lightmap": "5.1.1", | ||
"@pixi/filter-tilt-shift": "5.2.0", | ||
"@pixi/filter-twist": "5.1.1", | ||
"@pixi/filter-zoom-blur": "5.1.1" | ||
"@pixi/filter-adjustment": "8.0.0", | ||
"@pixi/filter-advanced-bloom": "8.0.0", | ||
"@pixi/filter-ascii": "8.0.0", | ||
"@pixi/filter-bevel": "8.0.0", | ||
"@pixi/filter-bloom": "8.0.0", | ||
"@pixi/filter-bulge-pinch": "8.0.0", | ||
"@pixi/filter-color-gradient": "8.0.0", | ||
"@pixi/filter-color-map": "8.0.0", | ||
"@pixi/filter-color-overlay": "8.0.0", | ||
"@pixi/filter-color-replace": "8.0.0", | ||
"@pixi/filter-convolution": "8.0.0", | ||
"@pixi/filter-cross-hatch": "8.0.0", | ||
"@pixi/filter-crt": "8.0.0", | ||
"@pixi/filter-dot": "8.0.0", | ||
"@pixi/filter-drop-shadow": "8.0.0", | ||
"@pixi/filter-emboss": "8.0.0", | ||
"@pixi/filter-glitch": "8.0.0", | ||
"@pixi/filter-glow": "8.0.0", | ||
"@pixi/filter-godray": "8.0.0", | ||
"@pixi/filter-grayscale": "8.0.0", | ||
"@pixi/filter-hsl-adjustment": "8.0.0", | ||
"@pixi/filter-kawase-blur": "8.0.0", | ||
"@pixi/filter-motion-blur": "8.0.0", | ||
"@pixi/filter-multi-color-replace": "8.0.0", | ||
"@pixi/filter-old-film": "8.0.0", | ||
"@pixi/filter-outline": "8.0.0", | ||
"@pixi/filter-pixelate": "8.0.0", | ||
"@pixi/filter-radial-blur": "8.0.0", | ||
"@pixi/filter-reflection": "8.0.0", | ||
"@pixi/filter-rgb-split": "8.0.0", | ||
"@pixi/filter-simple-lightmap": "8.0.0", | ||
"@pixi/filter-tilt-shift": "8.0.0", | ||
"@pixi/filter-twist": "8.0.0", | ||
"@pixi/filter-zoom-blur": "8.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pixi/filter-adjustment", | ||
"version": "5.1.1", | ||
"version": "8.0.0", | ||
"main": "./dist/filter-adjustment.js", | ||
"description": "PixiJS filter to adjust gamma, contrast, saturation, brightness or color channels", | ||
"author": "finscn <[email protected]>", | ||
|
@@ -29,10 +29,10 @@ | |
"index.d.ts" | ||
], | ||
"peerDependencies": { | ||
"@pixi/core": "^7.0.0-X" | ||
"pixi.js": "^8.0.0-X" | ||
}, | ||
"devDependencies": { | ||
"@pixi/core": "^7.0.0-X", | ||
"@tools/fragments": "5.0.0" | ||
"pixi.js": "^8.0.0-X", | ||
"@tools/fragments": "8.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pixi/filter-color-map", | ||
"version": "5.1.1", | ||
"version": "8.0.0", | ||
"main": "./dist/filter-color-map.js", | ||
"description": "PixiJS filter to apply a color adjust effect", | ||
"author": "finscn <[email protected]>", | ||
|
@@ -29,10 +29,10 @@ | |
"index.d.ts" | ||
], | ||
"peerDependencies": { | ||
"@pixi/core": "^7.0.0-X" | ||
"pixi.js": "^8.0.0-X" | ||
}, | ||
"devDependencies": { | ||
"@pixi/core": "^7.0.0-X", | ||
"@tools/fragments": "5.0.0" | ||
"pixi.js": "^8.0.0-X", | ||
"@tools/fragments": "8.0.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@pixi/filter-crt", | ||
"version": "5.1.1", | ||
"version": "8.0.0", | ||
"main": "./dist/filter-crt.js", | ||
"description": "PixiJS filter to apply an effect resembling old CRT monitors", | ||
"author": "finscn <[email protected]>", | ||
|
@@ -29,10 +29,10 @@ | |
"index.d.ts" | ||
], | ||
"peerDependencies": { | ||
"@pixi/core": "^7.0.0-X" | ||
"pixi.js": "^8.0.0-X" | ||
}, | ||
"devDependencies": { | ||
"@pixi/core": "^7.0.0-X", | ||
"@tools/fragments": "5.0.0" | ||
"pixi.js": "^8.0.0-X", | ||
"@tools/fragments": "8.0.0" | ||
} | ||
} |
Oops, something went wrong.