createBrandLogoLayer
createBrandLogoLayer<
Source>(asset,overrides?):WatermarkImageLayer<Source>
Defined in: packages/editor/src/presets.ts:75
Type Parameters
Section titled “Type Parameters”Source
Section titled “Source”Source
Parameters
Section titled “Parameters”EditorAsset<Source>
overrides?
Section titled “overrides?”Partial<Extract<WatermarkRecipeLayer<Source>, { type: "image"; }>> = {}
Returns
Section titled “Returns”WatermarkImageLayer<Source>