Skip to main content

Interface: FrameEffectPlugin<Params>

Interface for frame effect plugins. Defines the contract for frame effects like circular and rectangular masks.

Type parameters

NameType
ParamsFrameEffectParams

Table of contents

Methods

Properties

Methods

run

run(params): ThreadGenerator

Executes the frame effect

Parameters

NameType
paramsParams

Returns

ThreadGenerator

Defined in

helpers/types.ts:341

Properties

name

name: string

The unique name identifier for this frame effect

Defined in

helpers/types.ts:339