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 54a812c commit 99b1ad7Copy full SHA for 99b1ad7
src/clips/mask/mask.ts
@@ -2,7 +2,7 @@ import { Graphics } from "pixi.js";
2
import type { MaskProps } from "./mask.types";
3
4
/**
5
- * A mask is a clip that is used to mask another visual clip.
+ * A mask is used to mask another visual clip.
6
*/
7
export class Mask extends Graphics {
8
constructor(props: MaskProps) {
0 commit comments