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?