Layer Blur

Blur applied to the layer

Type: object

AttributeTypeDescription
typestring ("gaussian" or "background") (Optional)Type of the blur
radiusnumber (Optional)Radius of the blur

Example

{
  "type": "gaussian",
  "radius": 10
}