From 23ff3b2765c799b1a3dba504f034d09c988485b7 Mon Sep 17 00:00:00 2001 From: hazem osama ibrahim Date: Mon, 17 Jun 2024 19:03:05 +0300 Subject: [PATCH] Fix `Sepia` effect `intensity` type to `Number` --- docs/effects/sepia.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/effects/sepia.mdx b/docs/effects/sepia.mdx index 3106cb02..b28f26f8 100644 --- a/docs/effects/sepia.mdx +++ b/docs/effects/sepia.mdx @@ -24,5 +24,5 @@ return ( | Name | Type | Default | Description | | ------------- | ------------- | -------------------- | ---------------------------------- | -| intensity | Boolean | 1 | The intensity of the effect | +| intensity | Number | 1 | The intensity of the effect | | blendFunction | BlendFunction | BlendFunction.NORMAL | The blend function of this effect. |