gis-common 5.1.32 → 5.1.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/gis-common.es.js +12 -11
- package/dist/gis-common.umd.js +1 -1
- package/dist/index.d.ts +2 -1
- package/package.json +1 -1
- package/dist/17.png +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -264,7 +264,8 @@ export declare class BrowserUtil {
|
|
|
264
264
|
declare type Callback = (...params: any[]) => any;
|
|
265
265
|
|
|
266
266
|
export declare class CanvasDrawer {
|
|
267
|
-
|
|
267
|
+
ctx: CanvasRenderingContext2D;
|
|
268
|
+
canvas: HTMLCanvasElement;
|
|
268
269
|
constructor(el?: HTMLCanvasElement | string);
|
|
269
270
|
/**
|
|
270
271
|
* 绘制线条
|
package/package.json
CHANGED
package/dist/17.png
DELETED
|
Binary file
|