Skip to content

Commit

Permalink
Filter doc updates, see scenerystack/scenerystack#44
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanolson committed Feb 15, 2025
1 parent bc48591 commit 5548b9f
Show file tree
Hide file tree
Showing 9 changed files with 2,237 additions and 2,477 deletions.
2 changes: 0 additions & 2 deletions docs/js/scenery-basics/filters-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ export const initialize = div => createSandbox( div, ( scene, stepEmitter, displ
new Brightness( 0.5 ),
new Invert(),
new Sepia(),
new GaussianBlur( 5 ),
new DropShadow( new Vector2( 2, 5 ), 5, 'black' ),
new ColorMatrixFilter(
0, 0, 0, 0, 1,
0, 2, 0, 0, -1,
Expand Down
280 changes: 81 additions & 199 deletions docs/lib/scenerystack.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/lib/scenerystack.esm.js.map

Large diffs are not rendered by default.

2,072 changes: 1,036 additions & 1,036 deletions docs/lib/scenerystack.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/lib/scenerystack.esm.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 5548b9f

Please sign in to comment.