@antv/g-plugin-canvas-renderer
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
export declare class ImagePool { | ||
private imageCache; | ||
getImageSync(src: string): HTMLImageElement; | ||
getOrCreateImage(src: string | HTMLImageElement, width?: number, height?: number): Promise<HTMLImageElement>; | ||
getOrCreateImage(src: string): Promise<HTMLImageElement>; | ||
} |
{ | ||
"name": "@antv/g-plugin-canvas-renderer", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "A G plugin of renderer implementation with Canvas2D API", | ||
@@ -35,3 +35,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@antv/g": "^1.0.0-alpha.2", | ||
"@antv/g": "^1.0.0-alpha.3", | ||
"@antv/g-math": "^1.0.0-alpha.2", | ||
@@ -50,3 +50,3 @@ "@antv/path-util": "~2.0.5" | ||
}, | ||
"gitHead": "2fe2253d4f856f456d8a4e4929b1dba6fd42de8a" | ||
"gitHead": "c9511b4923b5575a3d301012989b860618bbc10c" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
135209
3716
Updated@antv/g@^1.0.0-alpha.3