Skip to content

Commit 3df5e2a

Browse files
committed
removed comment
1 parent 99b1ad7 commit 3df5e2a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/clips/mask/mask.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
import { Graphics } from "pixi.js";
22
import type { MaskProps } from "./mask.types";
33

4-
/**
5-
* A mask is used to mask another visual clip.
6-
*/
74
export class Mask extends Graphics {
85
constructor(props: MaskProps) {
96
super();

0 commit comments

Comments
 (0)