UNPKG

@mymj/midjourney

Version:

Node.js client for the unofficial MidJourney API.

6 lines (5 loc) 151 B
export declare class faceSwap { hf_token?: string; constructor(hf_token?: string); changeFace(Target: Blob, Source: Blob): Promise<any>; }