Skip to content
Menu
Auto
English
v1 is in long-term maintenance and continues to receive compatibility, security, and critical bug fixes. See the v2.

ShadowLayerStyle

Defined in: index.ts:418

ShadowLayer style for text watermark

shadowStyle: {
dx: 10,
dy: 10,
radius: 10,
color: '#aacc22'
}

color: string

Defined in: index.ts:442

shadow color

color: '#aacc22'

dx: number

Defined in: index.ts:424

shadow offset x

dx: 10

dy: number

Defined in: index.ts:430

shadow offset y

dy: 10

radius: number

Defined in: index.ts:436

shadow radius

radius: 10