Skip to content

Commit

Permalink
zCanvas 5.1.10 : expose viewport visibility helper with types
Browse files Browse the repository at this point in the history
  • Loading branch information
igorski committed Jul 16, 2023
1 parent fee026d commit 86da901
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions dist/types/zcanvas.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,12 +301,14 @@ declare module "zcanvas" {
export { cache };
export { hasCache };
export { clearCache };
export { isInsideViewport };
}
import { pixelCollision } from "src/Collision";
import { getChildrenUnderPoint } from "src/Collision";
import { cache } from "src/Collision";
import { hasCache } from "src/Collision";
import { clearCache } from "src/Collision";
import { isInsideViewport } from "src/utils/image-math";
export { canvas, sprite, loader };
}
//# sourceMappingURL=zcanvas.d.ts.map
2 changes: 1 addition & 1 deletion dist/types/zcanvas.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zcanvas",
"homepage": "https://www.igorski.nl/",
"version": "5.1.9",
"version": "5.1.10",
"license": "MIT",
"author": {
"name": "Igor Zinken",
Expand Down

0 comments on commit 86da901

Please sign in to comment.