vislite 1.2.1 → 1.3.0-alpha.1

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.
Files changed (168) hide show
  1. package/AUTHORS.txt +6 -6
  2. package/CHANGELOG +18 -1
  3. package/LICENSE +20 -20
  4. package/README.md +9 -33
  5. package/lib/Buffer/index.es.js +1 -1
  6. package/lib/Buffer/index.es.min.js +1 -1
  7. package/lib/Canvas/index.es.js +36 -7
  8. package/lib/Canvas/index.es.min.js +2 -2
  9. package/lib/Cardinal/index.es.js +1 -1
  10. package/lib/Cardinal/index.es.min.js +1 -1
  11. package/lib/Eoap/index.es.js +1 -1
  12. package/lib/Eoap/index.es.min.js +1 -1
  13. package/lib/Hermite/index.es.js +1 -1
  14. package/lib/Hermite/index.es.min.js +1 -1
  15. package/lib/MapCoordinate/index.es.d.ts +3 -0
  16. package/lib/MapCoordinate/index.es.js +217 -0
  17. package/lib/MapCoordinate/index.es.min.d.ts +3 -0
  18. package/lib/MapCoordinate/index.es.min.js +5 -0
  19. package/lib/Matrix4/index.es.js +1 -1
  20. package/lib/Matrix4/index.es.min.js +1 -1
  21. package/lib/Mercator/index.es.js +1 -1
  22. package/lib/Mercator/index.es.min.js +1 -1
  23. package/lib/RawCanvas/index.es.js +36 -7
  24. package/lib/RawCanvas/index.es.min.js +2 -2
  25. package/lib/SVG/index.es.js +47 -20
  26. package/lib/SVG/index.es.min.js +2 -2
  27. package/lib/Shader/index.es.js +1 -1
  28. package/lib/Shader/index.es.min.js +1 -1
  29. package/lib/Texture/index.es.js +1 -1
  30. package/lib/Texture/index.es.min.js +1 -1
  31. package/lib/TreeLayout/index.es.js +1 -1
  32. package/lib/TreeLayout/index.es.min.js +1 -1
  33. package/lib/animation/index.es.js +1 -1
  34. package/lib/animation/index.es.min.js +1 -1
  35. package/lib/assemble/index.es.js +1 -1
  36. package/lib/assemble/index.es.min.js +1 -1
  37. package/lib/getLoopColors/index.es.js +1 -1
  38. package/lib/getLoopColors/index.es.min.js +1 -1
  39. package/lib/getWebGLContext/index.es.js +1 -1
  40. package/lib/getWebGLContext/index.es.min.js +1 -1
  41. package/lib/index.umd.js +198 -26
  42. package/lib/index.umd.min.js +2 -2
  43. package/lib/initOption/index.es.js +1 -1
  44. package/lib/initOption/index.es.min.js +1 -1
  45. package/lib/mergeOption/index.es.js +1 -1
  46. package/lib/mergeOption/index.es.min.js +1 -1
  47. package/lib/move/index.es.js +1 -1
  48. package/lib/move/index.es.min.js +1 -1
  49. package/lib/rotate/index.es.js +1 -1
  50. package/lib/rotate/index.es.min.js +1 -1
  51. package/lib/ruler/index.es.js +1 -1
  52. package/lib/ruler/index.es.min.js +1 -1
  53. package/lib/scale/index.es.js +1 -1
  54. package/lib/scale/index.es.min.js +1 -1
  55. package/lib/throttle/index.es.js +1 -1
  56. package/lib/throttle/index.es.min.js +1 -1
  57. package/minialipay/ui-canvas/drawImage.js +35 -35
  58. package/minialipay/ui-canvas/index.acss +4 -4
  59. package/minialipay/ui-canvas/index.axml +3 -3
  60. package/minialipay/ui-canvas/index.d.ts +1 -1
  61. package/minialipay/ui-canvas/index.js +100 -100
  62. package/minialipay/ui-canvas/index.json +6 -6
  63. package/miniprogram/ui-canvas/drawImage.js +35 -35
  64. package/miniprogram/ui-canvas/index.js +117 -117
  65. package/miniprogram/ui-canvas/index.json +4 -4
  66. package/miniprogram/ui-canvas/index.wxml +4 -4
  67. package/miniprogram/ui-canvas/index.wxss +5 -5
  68. package/package/Buffer/index.ts +2 -2
  69. package/package/Canvas/index.ts +2 -2
  70. package/package/Cardinal/index.ts +2 -2
  71. package/package/Eoap/index.ts +2 -2
  72. package/package/Hermite/index.ts +2 -2
  73. package/package/MapCoordinate/index.ts +3 -0
  74. package/package/Matrix4/index.ts +2 -2
  75. package/package/Mercator/index.ts +2 -2
  76. package/package/RawCanvas/index.ts +2 -2
  77. package/package/SVG/index.ts +2 -2
  78. package/package/Shader/index.ts +2 -2
  79. package/package/Texture/index.ts +2 -2
  80. package/package/TreeLayout/index.ts +2 -2
  81. package/package/animation/index.ts +2 -2
  82. package/package/assemble/index.ts +2 -2
  83. package/package/getLoopColors/index.ts +2 -2
  84. package/package/getWebGLContext/index.ts +40 -40
  85. package/package/index.ts +80 -75
  86. package/package/initOption/index.ts +2 -2
  87. package/package/mergeOption/index.ts +2 -2
  88. package/package/move/index.ts +2 -2
  89. package/package/rotate/index.ts +2 -2
  90. package/package/ruler/index.ts +2 -2
  91. package/package/scale/index.ts +2 -2
  92. package/package/throttle/index.ts +2 -2
  93. package/package.json +75 -77
  94. package/src/Canvas.ts +84 -84
  95. package/src/Eoap.ts +66 -66
  96. package/src/Matrix4/index.ts +84 -84
  97. package/src/Matrix4/move.ts +12 -12
  98. package/src/Matrix4/rotate.ts +15 -15
  99. package/src/Matrix4/scale.ts +11 -11
  100. package/src/Matrix4/transform.ts +64 -64
  101. package/src/Mercator.ts +27 -27
  102. package/src/SVG.ts +24 -24
  103. package/src/common/assemble.ts +22 -22
  104. package/src/common/canvas/arc.ts +51 -51
  105. package/src/common/canvas/config.ts +176 -158
  106. package/src/common/canvas/default.ts +64 -61
  107. package/src/common/canvas/gradient.ts +31 -31
  108. package/src/common/canvas/index.ts +188 -188
  109. package/src/common/canvas/painter.ts +443 -430
  110. package/src/common/canvas/texts.ts +18 -18
  111. package/src/common/map/getBoundary.ts +16 -0
  112. package/src/common/map/tool.ts +30 -0
  113. package/src/common/option.ts +29 -29
  114. package/src/common/setStyle.ts +5 -5
  115. package/src/common/svg/config.ts +213 -194
  116. package/src/common/svg/default.ts +29 -26
  117. package/src/common/svg/gradient.ts +53 -53
  118. package/src/common/svg/index.ts +332 -332
  119. package/src/common/svg/tool.ts +51 -42
  120. package/src/common/tree/index.ts +25 -25
  121. package/src/common/tree/toPlainTree.ts +132 -132
  122. package/src/common/type.ts +26 -26
  123. package/src/common/webgl/buffer.ts +79 -79
  124. package/src/common/webgl/getWebGLContext.ts +45 -45
  125. package/src/common/webgl/shader.ts +75 -75
  126. package/src/common/webgl/texture.ts +97 -97
  127. package/src/coordinate/MapCoordinate.ts +81 -0
  128. package/src/getLoopColors.ts +42 -42
  129. package/src/interpolation/Cardinal.ts +110 -110
  130. package/src/interpolation/Hermite.ts +65 -65
  131. package/src/move.ts +7 -7
  132. package/src/rotate.ts +7 -7
  133. package/src/ruler.ts +209 -209
  134. package/src/scale.ts +6 -6
  135. package/types/Buffer.d.ts +23 -23
  136. package/types/Canvas.d.ts +352 -344
  137. package/types/CanvasConfig.d.ts +88 -116
  138. package/types/CanvasOption.d.ts +8 -8
  139. package/types/CanvasOpts.d.ts +9 -9
  140. package/types/Cardinal.d.ts +13 -13
  141. package/types/Gradient.d.ts +14 -14
  142. package/types/Hermite.d.ts +18 -18
  143. package/types/Map.d.ts +9 -9
  144. package/types/MapConfig.d.ts +28 -0
  145. package/types/MapCoordinate.d.ts +23 -0
  146. package/types/Matrix4.d.ts +47 -47
  147. package/types/SVG.d.ts +243 -243
  148. package/types/SVGConfig.d.ts +71 -89
  149. package/types/Shader.d.ts +16 -16
  150. package/types/Texture.d.ts +16 -16
  151. package/types/TreeConfig.d.ts +36 -36
  152. package/types/TreeOption.d.ts +48 -48
  153. package/types/animation.d.ts +5 -5
  154. package/types/assemble.d.ts +5 -5
  155. package/types/getLoopColors.d.ts +5 -5
  156. package/types/getWebGLContext.d.ts +7 -7
  157. package/types/index.d.ts +179 -165
  158. package/types/move.d.ts +5 -5
  159. package/types/option.d.ts +12 -12
  160. package/types/painterConfig.d.ts +4 -4
  161. package/types/rotate.d.ts +5 -5
  162. package/types/ruler.d.ts +10 -10
  163. package/types/scale.d.ts +5 -5
  164. package/types/throttle.d.ts +5 -5
  165. package/types/ui-canvas.d.ts +4 -4
  166. package/types/uni-canvas.d.ts +3 -3
  167. package/uni-app/drawImage.js +19 -19
  168. package/uni-app/ui-canvas.vue +284 -284
@@ -1,117 +1,117 @@
1
- import RawCanvas from "../../lib/RawCanvas/index.es.min.js";
2
- import drawImage from "./drawImage.js";
3
-
4
- let dpr = wx.getSystemInfoSync().pixelRatio;
5
-
6
- // https://developers.weixin.qq.com/miniprogram/dev/reference/api/Component.html
7
-
8
- Component({
9
- properties: {
10
- width: {
11
- type: Number,
12
- value: 300
13
- },
14
- height: {
15
- type: Number,
16
- value: 150
17
- },
18
- region: {
19
- type: Boolean,
20
- value: true
21
- }
22
- },
23
- data: {
24
- help: {}
25
- },
26
- lifetimes: {
27
- ready() {
28
-
29
- }
30
- },
31
- methods: {
32
- fetch() {
33
- return new Promise((resolve, reject) => {
34
-
35
- let getCanvasContext = (idName, doback) => {
36
- if (idName != 'region' || this.data.region) {
37
- const query = wx.createSelectorQuery().in(this);
38
- query.select('#' + idName)
39
- .fields({ node: true, size: true })
40
- .exec((res) => {
41
- const canvas = res[0].node;
42
- const ctx = canvas.getContext('2d');
43
-
44
- canvas.width = res[0].width * (idName == "region" ? 1 : dpr);
45
- canvas.height = res[0].height * (idName == "region" ? 1 : dpr);
46
-
47
- if (idName != "region") {
48
- ctx.scale(dpr, dpr);
49
- }
50
-
51
- doback(ctx, idName != 'region' ? canvas : null);
52
- });
53
- } else {
54
- doback(null);
55
- }
56
- };
57
-
58
- getCanvasContext("painter", (painter, panvas) => {
59
- getCanvasContext("region", region => {
60
- this.data.help.instance = new RawCanvas({
61
- getContext() {
62
- return painter;
63
- }
64
- }, this.data.region ? {
65
- getContext() {
66
- return region;
67
- }
68
- } : null);
69
-
70
- this.data.help.instance.toDataURL = () => {
71
- return new Promise((resolveUrl) => {
72
- if (panvas.toDataURL) {
73
- resolveUrl(panvas.toDataURL());
74
- } else {
75
- wx.canvasToTempFilePath({
76
- canvasId: "painter",
77
- success: function (e) {
78
- resolveUrl(e.tempFilePath);
79
- },
80
- fail: function (e) {
81
- console.log(e)
82
- }
83
- }, this);
84
- }
85
- });
86
- };
87
-
88
- this.data.help.instance.drawImage = drawImage(
89
- this.data.help.instance,
90
- this.data.help.instance.drawImage,
91
- panvas
92
- );
93
-
94
- resolve(this.data.help.instance);
95
- });
96
- });
97
-
98
- });
99
- },
100
- doit(event) {
101
- let x = event.touches[0].x;
102
- let y = event.touches[0].y;
103
-
104
- this.data.help.instance.getRegion(x, y).then((regionName) => {
105
- this.triggerEvent('dotouchstart', {
106
- name: regionName,
107
- x: x,
108
- y: y
109
- })
110
- });
111
- },
112
- doitstart(event) {
113
- this.doit(event);
114
- }
115
- }
116
-
117
- });
1
+ import RawCanvas from "../../lib/RawCanvas/index.es.min.js";
2
+ import drawImage from "./drawImage.js";
3
+
4
+ let dpr = wx.getSystemInfoSync().pixelRatio;
5
+
6
+ // https://developers.weixin.qq.com/miniprogram/dev/reference/api/Component.html
7
+
8
+ Component({
9
+ properties: {
10
+ width: {
11
+ type: Number,
12
+ value: 300
13
+ },
14
+ height: {
15
+ type: Number,
16
+ value: 150
17
+ },
18
+ region: {
19
+ type: Boolean,
20
+ value: true
21
+ }
22
+ },
23
+ data: {
24
+ help: {}
25
+ },
26
+ lifetimes: {
27
+ ready() {
28
+
29
+ }
30
+ },
31
+ methods: {
32
+ fetch() {
33
+ return new Promise((resolve, reject) => {
34
+
35
+ let getCanvasContext = (idName, doback) => {
36
+ if (idName != 'region' || this.data.region) {
37
+ const query = wx.createSelectorQuery().in(this);
38
+ query.select('#' + idName)
39
+ .fields({ node: true, size: true })
40
+ .exec((res) => {
41
+ const canvas = res[0].node;
42
+ const ctx = canvas.getContext('2d');
43
+
44
+ canvas.width = res[0].width * (idName == "region" ? 1 : dpr);
45
+ canvas.height = res[0].height * (idName == "region" ? 1 : dpr);
46
+
47
+ if (idName != "region") {
48
+ ctx.scale(dpr, dpr);
49
+ }
50
+
51
+ doback(ctx, idName != 'region' ? canvas : null);
52
+ });
53
+ } else {
54
+ doback(null);
55
+ }
56
+ };
57
+
58
+ getCanvasContext("painter", (painter, panvas) => {
59
+ getCanvasContext("region", region => {
60
+ this.data.help.instance = new RawCanvas({
61
+ getContext() {
62
+ return painter;
63
+ }
64
+ }, this.data.region ? {
65
+ getContext() {
66
+ return region;
67
+ }
68
+ } : null);
69
+
70
+ this.data.help.instance.toDataURL = () => {
71
+ return new Promise((resolveUrl) => {
72
+ if (panvas.toDataURL) {
73
+ resolveUrl(panvas.toDataURL());
74
+ } else {
75
+ wx.canvasToTempFilePath({
76
+ canvasId: "painter",
77
+ success: function (e) {
78
+ resolveUrl(e.tempFilePath);
79
+ },
80
+ fail: function (e) {
81
+ console.log(e)
82
+ }
83
+ }, this);
84
+ }
85
+ });
86
+ };
87
+
88
+ this.data.help.instance.drawImage = drawImage(
89
+ this.data.help.instance,
90
+ this.data.help.instance.drawImage,
91
+ panvas
92
+ );
93
+
94
+ resolve(this.data.help.instance);
95
+ });
96
+ });
97
+
98
+ });
99
+ },
100
+ doit(event) {
101
+ let x = event.touches[0].x;
102
+ let y = event.touches[0].y;
103
+
104
+ this.data.help.instance.getRegion(x, y).then((regionName) => {
105
+ this.triggerEvent('dotouchstart', {
106
+ name: regionName,
107
+ x: x,
108
+ y: y
109
+ })
110
+ });
111
+ },
112
+ doitstart(event) {
113
+ this.doit(event);
114
+ }
115
+ }
116
+
117
+ });
@@ -1,4 +1,4 @@
1
- {
2
- "usingComponents": {},
3
- "component": true
4
- }
1
+ {
2
+ "usingComponents": {},
3
+ "component": true
4
+ }
@@ -1,4 +1,4 @@
1
- <view>
2
- <canvas type="2d" id="painter" style='width:{{width}}px;height:{{height}}px;' bindtouchstart="doitstart"></canvas>
3
- <canvas wx:if="{{region}}" type="2d" id="region" style='width:{{width}}px;height:{{height}}px;' class="region"></canvas>
4
- </view>
1
+ <view>
2
+ <canvas type="2d" id="painter" style='width:{{width}}px;height:{{height}}px;' bindtouchstart="doitstart"></canvas>
3
+ <canvas wx:if="{{region}}" type="2d" id="region" style='width:{{width}}px;height:{{height}}px;' class="region"></canvas>
4
+ </view>
@@ -1,5 +1,5 @@
1
- /* 辅助的区域不应该可以看见 */
2
- .region {
3
- position: fixed;
4
- left: 50000px;
5
- }
1
+ /* 辅助的区域不应该可以看见 */
2
+ .region {
3
+ position: fixed;
4
+ left: 50000px;
5
+ }
@@ -1,3 +1,3 @@
1
- import Buffer from '../../src/common/webgl/buffer'
2
-
1
+ import Buffer from '../../src/common/webgl/buffer'
2
+
3
3
  export default Buffer
@@ -1,3 +1,3 @@
1
- import Canvas from "../../src/Canvas"
2
-
1
+ import Canvas from "../../src/Canvas"
2
+
3
3
  export default Canvas
@@ -1,3 +1,3 @@
1
- import Cardinal from "../../src/interpolation/Cardinal"
2
-
1
+ import Cardinal from "../../src/interpolation/Cardinal"
2
+
3
3
  export default Cardinal
@@ -1,3 +1,3 @@
1
- import Eoap from "../../src/Eoap"
2
-
1
+ import Eoap from "../../src/Eoap"
2
+
3
3
  export default Eoap
@@ -1,3 +1,3 @@
1
- import Hermite from "../../src/interpolation/Hermite"
2
-
1
+ import Hermite from "../../src/interpolation/Hermite"
2
+
3
3
  export default Hermite
@@ -0,0 +1,3 @@
1
+ import MapCoordinate from "../../src/coordinate/MapCoordinate"
2
+
3
+ export default MapCoordinate
@@ -1,3 +1,3 @@
1
- import Matrix4 from "../../src/Matrix4/index"
2
-
1
+ import Matrix4 from "../../src/Matrix4/index"
2
+
3
3
  export default Matrix4
@@ -1,3 +1,3 @@
1
- import Mercator from "../../src/Mercator"
2
-
1
+ import Mercator from "../../src/Mercator"
2
+
3
3
  export default Mercator
@@ -1,3 +1,3 @@
1
- import RawCanvas from "../../src/common/canvas/index"
2
-
1
+ import RawCanvas from "../../src/common/canvas/index"
2
+
3
3
  export default RawCanvas
@@ -1,3 +1,3 @@
1
- import SVG from "../../src/SVG"
2
-
1
+ import SVG from "../../src/SVG"
2
+
3
3
  export default SVG
@@ -1,3 +1,3 @@
1
- import Shader from '../../src/common/webgl/shader'
2
-
1
+ import Shader from '../../src/common/webgl/shader'
2
+
3
3
  export default Shader
@@ -1,3 +1,3 @@
1
- import Texture from '../../src/common/webgl/texture'
2
-
1
+ import Texture from '../../src/common/webgl/texture'
2
+
3
3
  export default Texture
@@ -1,3 +1,3 @@
1
- import TreeLayout from "../../src/layout/TreeLayout"
2
-
1
+ import TreeLayout from "../../src/layout/TreeLayout"
2
+
3
3
  export default TreeLayout
@@ -1,3 +1,3 @@
1
- import { animation } from "oipage/corejs/animation/index"
2
-
1
+ import { animation } from "oipage/corejs/animation/index"
2
+
3
3
  export default animation
@@ -1,3 +1,3 @@
1
- import assemble from "../../src/common/assemble"
2
-
1
+ import assemble from "../../src/common/assemble"
2
+
3
3
  export default assemble
@@ -1,3 +1,3 @@
1
- import getLoopColors from "../../src/getLoopColors"
2
-
1
+ import getLoopColors from "../../src/getLoopColors"
2
+
3
3
  export default getLoopColors
@@ -1,41 +1,41 @@
1
- import getWebGLContext from "../../src/common/webgl/getWebGLContext"
2
- import type { WebGLmodeType } from "../../types/getWebGLContext"
3
-
4
- export default (el: HTMLElement | null, scale: number = 1, mode?: WebGLmodeType) => {
5
- if (!el) {
6
- throw new Error("VISLite getWebGLContext:The mount point requires an HTMLElement type but encountered null.")
7
- }
8
-
9
- let width = el.clientWidth, height = el.clientHeight
10
-
11
- let ViewCanvas: HTMLCanvasElement
12
-
13
- let _el = el as any
14
-
15
- // 如果已经初始化过了
16
- if (_el._vislite_canvas_) {
17
- ViewCanvas = _el._vislite_canvas_
18
- }
19
-
20
- // 否则就初始化
21
- else {
22
-
23
- ViewCanvas = document.createElement('canvas')
24
- el.appendChild(ViewCanvas)
25
-
26
- _el._vislite_canvas_ = ViewCanvas
27
-
28
- el.setAttribute('vislite', 'WebGL')
29
-
30
- }
31
-
32
- // 设置画布大小
33
-
34
- ViewCanvas.style.width = width + "px"
35
- ViewCanvas.setAttribute('width', width + "")
36
-
37
- ViewCanvas.style.height = height + "px"
38
- ViewCanvas.setAttribute('height', height + "")
39
-
40
- return getWebGLContext(ViewCanvas, scale, {}, mode)
1
+ import getWebGLContext from "../../src/common/webgl/getWebGLContext"
2
+ import type { WebGLmodeType } from "../../types/getWebGLContext"
3
+
4
+ export default (el: HTMLElement | null, scale: number = 1, mode?: WebGLmodeType) => {
5
+ if (!el) {
6
+ throw new Error("VISLite getWebGLContext:The mount point requires an HTMLElement type but encountered null.")
7
+ }
8
+
9
+ let width = el.clientWidth, height = el.clientHeight
10
+
11
+ let ViewCanvas: HTMLCanvasElement
12
+
13
+ let _el = el as any
14
+
15
+ // 如果已经初始化过了
16
+ if (_el._vislite_canvas_) {
17
+ ViewCanvas = _el._vislite_canvas_
18
+ }
19
+
20
+ // 否则就初始化
21
+ else {
22
+
23
+ ViewCanvas = document.createElement('canvas')
24
+ el.appendChild(ViewCanvas)
25
+
26
+ _el._vislite_canvas_ = ViewCanvas
27
+
28
+ el.setAttribute('vislite', 'WebGL')
29
+
30
+ }
31
+
32
+ // 设置画布大小
33
+
34
+ ViewCanvas.style.width = width + "px"
35
+ ViewCanvas.setAttribute('width', width + "")
36
+
37
+ ViewCanvas.style.height = height + "px"
38
+ ViewCanvas.setAttribute('height', height + "")
39
+
40
+ return getWebGLContext(ViewCanvas, scale, {}, mode)
41
41
  }
package/package/index.ts CHANGED
@@ -1,76 +1,81 @@
1
- import Cardinal from "./Cardinal/index"
2
- import Hermite from "./Hermite/index"
3
-
4
- import Matrix4 from "./Matrix4/index"
5
- import rotate from "./rotate/index"
6
- import move from "./move/index"
7
- import scale from "./scale/index"
8
-
9
- import getLoopColors from "./getLoopColors/index"
10
- import animation from "./animation/index"
11
- import ruler from "./ruler/index"
12
-
13
- import SVG from "./SVG/index"
14
- import Canvas from "./Canvas/index"
15
- import RawCanvas from "../src/common/canvas/index"
16
-
17
- import getWebGLContext from "./getWebGLContext/index"
18
- import Shader from "./Shader/index"
19
- import Texture from "./Texture/index"
20
- import Buffer from "./Buffer/index"
21
-
22
- import Eoap from "./Eoap/index"
23
- import Mercator from "./Mercator/index"
24
-
25
- import throttle from "./throttle/index"
26
-
27
- import TreeLayout from "./TreeLayout/index"
28
-
29
- import initOption from "./initOption/index"
30
- import mergeOption from "./mergeOption/index"
31
-
32
- import assemble from "./assemble/index"
33
-
34
- export default {
35
-
36
- // 插值
37
- Cardinal,
38
- Hermite,
39
-
40
- // 变换
41
- Matrix4,
42
- rotate,
43
- move,
44
- scale,
45
-
46
- // 工具
47
- getLoopColors,
48
- animation,
49
- ruler,
50
-
51
- // 画笔
52
- SVG,
53
- Canvas,
54
- RawCanvas,
55
-
56
- // WebGL
57
- getWebGLContext,
58
- Shader,
59
- Texture,
60
- Buffer,
61
-
62
- // 投影
63
- Eoap,
64
- Mercator,
65
-
66
- // 辅助
67
- throttle,
68
- assemble,
69
-
70
- // 布局
71
- TreeLayout,
72
-
73
- // 配置项
74
- initOption,
75
- mergeOption
1
+ import Cardinal from "./Cardinal/index"
2
+ import Hermite from "./Hermite/index"
3
+
4
+ import Matrix4 from "./Matrix4/index"
5
+ import rotate from "./rotate/index"
6
+ import move from "./move/index"
7
+ import scale from "./scale/index"
8
+
9
+ import getLoopColors from "./getLoopColors/index"
10
+ import animation from "./animation/index"
11
+ import ruler from "./ruler/index"
12
+
13
+ import SVG from "./SVG/index"
14
+ import Canvas from "./Canvas/index"
15
+ import RawCanvas from "../src/common/canvas/index"
16
+
17
+ import getWebGLContext from "./getWebGLContext/index"
18
+ import Shader from "./Shader/index"
19
+ import Texture from "./Texture/index"
20
+ import Buffer from "./Buffer/index"
21
+
22
+ import Eoap from "./Eoap/index"
23
+ import Mercator from "./Mercator/index"
24
+
25
+ import throttle from "./throttle/index"
26
+
27
+ import MapCoordinate from "./MapCoordinate/index"
28
+
29
+ import TreeLayout from "./TreeLayout/index"
30
+
31
+ import initOption from "./initOption/index"
32
+ import mergeOption from "./mergeOption/index"
33
+
34
+ import assemble from "./assemble/index"
35
+
36
+ export default {
37
+
38
+ // 插值
39
+ Cardinal,
40
+ Hermite,
41
+
42
+ // 变换
43
+ Matrix4,
44
+ rotate,
45
+ move,
46
+ scale,
47
+
48
+ // 工具
49
+ getLoopColors,
50
+ animation,
51
+ ruler,
52
+
53
+ // 画笔
54
+ SVG,
55
+ Canvas,
56
+ RawCanvas,
57
+
58
+ // WebGL
59
+ getWebGLContext,
60
+ Shader,
61
+ Texture,
62
+ Buffer,
63
+
64
+ // 投影
65
+ Eoap,
66
+ Mercator,
67
+
68
+ // 辅助
69
+ throttle,
70
+ assemble,
71
+
72
+ // 坐标系
73
+ MapCoordinate,
74
+
75
+ // 布局
76
+ TreeLayout,
77
+
78
+ // 配置项
79
+ initOption,
80
+ mergeOption
76
81
  }
@@ -1,3 +1,3 @@
1
- import { initOption } from "../../src/common/option"
2
-
1
+ import { initOption } from "../../src/common/option"
2
+
3
3
  export default initOption
@@ -1,3 +1,3 @@
1
- import { mergeOption } from "../../src/common/option"
2
-
1
+ import { mergeOption } from "../../src/common/option"
2
+
3
3
  export default mergeOption
@@ -1,3 +1,3 @@
1
- import move from "../../src/move"
2
-
1
+ import move from "../../src/move"
2
+
3
3
  export default move
@@ -1,3 +1,3 @@
1
- import rotate from "../../src/rotate"
2
-
1
+ import rotate from "../../src/rotate"
2
+
3
3
  export default rotate
@@ -1,3 +1,3 @@
1
- import ruler from "../../src/ruler"
2
-
1
+ import ruler from "../../src/ruler"
2
+
3
3
  export default ruler