Skip to content

Commit

Permalink
恢复
Browse files Browse the repository at this point in the history
  • Loading branch information
hxg2050 committed Jul 29, 2023
1 parent 752d93a commit bd5a456
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hxg",
"private": false,
"version": "0.4.6",
"version": "0.4.7",
"repository": "https://github.com/hxg2050/hxg.git",
"type": "module",
"main": "./dist/index.cjs.js",
Expand Down
3 changes: 0 additions & 3 deletions src/core/canvas2d/component/mask.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import { canvasHelper } from "../canvasHelper";
import { Transform } from "../../transform";
import { Matrix } from "../../math";
import { Mask, Sprite } from "../../component";
import { Texture } from "../../texture";
import { ticker } from "hxg/core/ticker";
import { each } from "../bridge";

function maskTexture(maskComponent: Mask) {
const node = maskComponent.node;
Expand Down

0 comments on commit bd5a456

Please sign in to comment.