UNPKG

illustrator.js

Version:

JavaScript image processing library

8 lines (7 loc) 241 B
import { ToolBox } from "../base/ToolBox"; export declare class ShadowTool extends ToolBox { setColor(color: string): this; setBlur(amount: number): this; setOffsetX(amount: number): this; setOffsetY(amount: number): this; }