ness-canvas
Version:
Canvas Builder, Image Filter
10 lines • 430 B
TypeScript
import type { CanvasImage, Preset, Shape } from "..";
import NessBuilder from "../Managers/NessBuilder";
export default class CustomProfile extends NessBuilder {
private preset;
private avatar;
constructor(presetType: Preset, background: CanvasImage, avatar: CanvasImage, shape: Shape);
private init;
generatedTo(location: string, name: string, type: "png"): void;
}
//# sourceMappingURL=CustomProfile.d.ts.map