Constructor
Constructor
constructor(
private auths: Auth[],
private world: World,
private boardId: number
)IImageData
interface IImageData {
buffer: Buffer;
metadata: {
width: number;
height: number;
};
}Last updated