Interface: FrameEffectPlugin<Params>
Interface for frame effect plugins. Defines the contract for frame effects like circular and rectangular masks.
Type parameters
Name | Type |
---|---|
Params | FrameEffectParams |
Table of contents
Methods
Properties
Methods
run
▸ run(params
): ThreadGenerator
Executes the frame effect
Parameters
Name | Type |
---|---|
params | Params |
Returns
ThreadGenerator
Defined in
Properties
name
• name: string
The unique name identifier for this frame effect