????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@jimp/plugin-shadow/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@jimp/plugin-shadow/index.d.ts |
import { ImageCallback } from "@jimp/core"; interface Shadow { shadow( options?: { size?: number; opacity?: number; blur: number; x?: number; y?: number; }, cb?: ImageCallback<this> ): this; shadow(cb?: ImageCallback<this>): this; } export default function (): Shadow;