WatermarkParams
Defined in: packages/engine-image/src/types.ts:75
水印参数
Properties
Section titled “Properties”
optionaltext?:string
Defined in: packages/engine-image/src/types.ts:76
image?
Section titled “image?”
optionalimage?:string
Defined in: packages/engine-image/src/types.ts:82
水印图片来源(data URL 或 http(s) URL)。 浏览器版仅接受 data URL(避免跨域/CORS);Node 端(@lokvis/engine-image/node) 接受 http(s) URL 并做 SSRF 校验。统一为 string(不约束协议,问题 B)。
position?
Section titled “position?”
optionalposition?:WatermarkPosition
Defined in: packages/engine-image/src/types.ts:83
opacity?
Section titled “opacity?”
optionalopacity?:number
Defined in: packages/engine-image/src/types.ts:84
fontSize?
Section titled “fontSize?”
optionalfontSize?:number
Defined in: packages/engine-image/src/types.ts:85
color?
Section titled “color?”
optionalcolor?:string
Defined in: packages/engine-image/src/types.ts:86