getUsablePresets

Returns a list of the available camera effects presets

        const { getUsablePresets } = await import("@whereby.com/camera-effects");
        const usablePresets = getUsablePresets();

Get the list of available camera effect presets. A preset can then be used to enable a camera effect using the @whereby.com/core or @whereby.com/browser-sdk/react . See Core API Reference API Reference or React Hooks Reference API Reference

Last updated

Was this helpful?