????

Your IP : 3.145.71.192


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@jimp/plugin-shadow/
Upload File :
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;