@ohuoy/easymap 1.0.11 → 1.0.12

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 (2) hide show
  1. package/main.js +4 -1
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -12,7 +12,8 @@ import {ShaderPass} from 'three/examples/jsm/postprocessing/ShaderPass.js';
12
12
  import {OutlinePass} from 'three/examples/jsm/postprocessing/OutlinePass.js';
13
13
  import {FXAAShader} from 'three/examples/jsm/shaders/FXAAShader.js';
14
14
  import { UnrealBloomPass } from 'three/examples/jsm/postprocessing/UnrealBloomPass'
15
-
15
+ import { LineGeometry } from 'three/addons/lines/LineGeometry.js';
16
+ import { Line2 } from 'three/addons/lines/Line2.js';
16
17
  import {
17
18
  GammaCorrectionShader
18
19
  } from 'three/examples/jsm/shaders/GammaCorrectionShader.js';
@@ -29,6 +30,7 @@ export {
29
30
  EmComponents,
30
31
  EmUtils,
31
32
  mapboxgl,
33
+ Line2,
32
34
  OrbitControls,
33
35
  UnrealBloomPass,
34
36
  ant7,
@@ -38,6 +40,7 @@ export {
38
40
  RenderPass,
39
41
  ShaderPass,
40
42
  OutlinePass,
43
+ LineGeometry,
41
44
  FXAAShader,
42
45
  GammaCorrectionShader
43
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohuoy/easymap",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "self map easy use",
5
5
  "main": "main.js",
6
6
  "scripts": {