????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@jimp/plugin-rotate/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/@jimp/plugin-rotate/index.d.ts |
import { ImageCallback } from "@jimp/core"; interface Rotate { rotate(deg: number, cb?: ImageCallback<this>): this; rotate(deg: number, mode: string | boolean, cb?: ImageCallback<this>): this; } export default function (): Rotate;