For the complete documentation index, see llms.txt. This page is also available as Markdown.

globalOverlayImage

globalOverlayImage utility function

Utility function for effects.

Signature

globalOverlayImage(app, prefix)

Parameters

Parameter
Description

app

-

prefix

-

Usage

const transformHook = (rw) => {
    const classes = globalOverlayImage(rw);
};

Last updated

Was this helpful?