Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bigtimebuddy committed Apr 10, 2024
0 parents commit c360703
Show file tree
Hide file tree
Showing 228 changed files with 213,648 additions and 0 deletions.
4 changes: 4 additions & 0 deletions demo/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
The goal of this empty directory is to maintain backward-compatibility with old URLs. For example:

* `pixijs.io/filters/demo` => `pixijs.io/filters/examples`
* `filters.pixijs.download/main/demo/index.html` => `filters.pixijs.download/main/examples/index.html`
13 changes: 13 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>PixiJS Filters - Redirecting...</title>
</head>
<body>
<!-- Backward-compatible link to examples -->
<script>
window.location.href = '../examples/index.html' + window.location.search;
</script>
</body>
</html>
4,290 changes: 4,290 additions & 0 deletions dist/pixi-filters.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/pixi-filters.js.map

Large diffs are not rendered by default.

4,290 changes: 4,290 additions & 0 deletions dist/pixi-filters.mjs

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/pixi-filters.mjs.map

Large diffs are not rendered by default.

Loading

0 comments on commit c360703

Please sign in to comment.