数据转换
CSS 文字阴影
CSS text-shadow 文字阴影效果生成,调节 x/y/blur/color/多层。
使用说明
参数与限制
- x/y:X/Y 偏移像素(可负)。
- blur:模糊半径。
- color:任何 CSS 颜色。
- multi:勾选生成 3 层发光效果。
运行环境
- 纯 CSS;Agent 调用
/api/css_txtyinying/。
Agent API 调用示例
// Step 1: 读取工具 Schema GET https://clawam.com/tools/css_txtyinying/schema.json // Step 2: 调用 API POST https://clawam.com/api/css_txtyinying/ { "x": "2", "y": "2", "blur": "4", "color": "rgba(0,0,0,0.5)"}