interface Window { osp: { ipfsGateway?: string; replaceImgSrc: (src: string) => string; loadImg: (src: string) => Promise; getImgWH: (src: string) => Promise<{ width: number; height: number }>; ColorToImgTool: ColorToImgTool; }; }