@ohuoy/easymap 1.0.10 → 1.0.11

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 +6 -1
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -12,6 +12,10 @@ 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
+
16
+ import {
17
+ GammaCorrectionShader
18
+ } from 'three/examples/jsm/shaders/GammaCorrectionShader.js';
15
19
  window.EasyMap = EasyMap
16
20
  window.EmComponents = EmComponents
17
21
  window.EmUtils = EmUtils
@@ -34,5 +38,6 @@ export {
34
38
  RenderPass,
35
39
  ShaderPass,
36
40
  OutlinePass,
37
- FXAAShader
41
+ FXAAShader,
42
+ GammaCorrectionShader
38
43
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohuoy/easymap",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "self map easy use",
5
5
  "main": "main.js",
6
6
  "scripts": {