@antv/g-plugin-image-loader
Version:
A G plugin for loading image
9 lines • 345 B
TypeScript
import type { RenderingPlugin, RenderingPluginContext } from '@antv/g-lite';
import { ImagePool } from './ImagePool';
export declare class LoadImagePlugin implements RenderingPlugin {
static tag: string;
apply(context: RenderingPluginContext & {
imagePool: ImagePool;
}): void;
}
//# sourceMappingURL=LoadImagePlugin.d.ts.map