@ohuoy/easymap 1.0.13 → 1.0.14

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 +2 -0
  2. package/package.json +1 -1
package/main.js CHANGED
@@ -15,6 +15,7 @@ import { UnrealBloomPass } from 'three/examples/jsm/postprocessing/UnrealBloomPa
15
15
  import { LineGeometry } from 'three/addons/lines/LineGeometry.js';
16
16
  import { Line2 } from 'three/addons/lines/Line2.js';
17
17
  import {LineMaterial} from 'three/examples/jsm/lines/LineMaterial.js'
18
+ import { FontLoader } from 'three/addons/loaders/FontLoader.js';
18
19
  import {
19
20
  GammaCorrectionShader
20
21
  } from 'three/examples/jsm/shaders/GammaCorrectionShader.js';
@@ -43,6 +44,7 @@ export {
43
44
  OutlinePass,
44
45
  LineGeometry,
45
46
  LineMaterial,
47
+ FontLoader,
46
48
  FXAAShader,
47
49
  GammaCorrectionShader
48
50
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ohuoy/easymap",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "self map easy use",
5
5
  "main": "main.js",
6
6
  "scripts": {