@ohuoy/easymap 1.0.10 → 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 +9 -1
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -12,6 +12,11 @@ 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
+ import { LineGeometry } from 'three/addons/lines/LineGeometry.js';
16
+ import { Line2 } from 'three/addons/lines/Line2.js';
17
+ import {
18
+ GammaCorrectionShader
19
+ } from 'three/examples/jsm/shaders/GammaCorrectionShader.js';
15
20
  window.EasyMap = EasyMap
16
21
  window.EmComponents = EmComponents
17
22
  window.EmUtils = EmUtils
@@ -25,6 +30,7 @@ export {
25
30
  EmComponents,
26
31
  EmUtils,
27
32
  mapboxgl,
33
+ Line2,
28
34
  OrbitControls,
29
35
  UnrealBloomPass,
30
36
  ant7,
@@ -34,5 +40,7 @@ export {
34
40
  RenderPass,
35
41
  ShaderPass,
36
42
  OutlinePass,
37
- FXAAShader
43
+ LineGeometry,
44
+ FXAAShader,
45
+ GammaCorrectionShader
38
46
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohuoy/easymap",
3
- "version": "1.0.10",
3
+ "version": "1.0.12",
4
4
  "description": "self map easy use",
5
5
  "main": "main.js",
6
6
  "scripts": {