MaskFactory
MaskFactory = () =>
Mask
Defined in: renderer/src/masks/MaskFactory.ts:37
Zero-argument factory that produces a fresh Mask. User-facing helpers
(rectMask(opts), etc.) close over their config and return one of these;
attachMask calls it once at attach time.