UNPKG

@antv/g-plugin-image-loader

Version:

A G plugin for loading image

9 lines 349 B
import { AbstractRendererPlugin, type GlobalRuntime } from '@antv/g-lite'; import { ImagePool, type ImageCache } from './ImagePool'; export { ImagePool, type ImageCache }; export declare class Plugin extends AbstractRendererPlugin { name: string; init(runtime: GlobalRuntime): void; destroy(): void; } //# sourceMappingURL=index.d.ts.map