We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b1ad7 commit 3df5e2aCopy full SHA for 3df5e2a
src/clips/mask/mask.ts
@@ -1,9 +1,6 @@
1
import { Graphics } from "pixi.js";
2
import type { MaskProps } from "./mask.types";
3
4
-/**
5
- * A mask is used to mask another visual clip.
6
- */
7
export class Mask extends Graphics {
8
constructor(props: MaskProps) {
9
super();
0 commit comments