dxfview 0.0.4-beta.1 → 0.0.4-beta.2

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.
@@ -215,7 +215,7 @@ export declare class DxfLoader extends THREE.Loader {
215
215
  private timer;
216
216
  private ignorePaperSpace;
217
217
  font?: FontManager;
218
- private encoding;
218
+ encoding: string;
219
219
  private overrideColor?;
220
220
  private overrideHatchPatternLineThickness?;
221
221
  angBase: number | IPoint;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dxfview",
3
- "version": "0.0.4-beta.1",
3
+ "version": "0.0.4-beta.2",
4
4
  "homepage": "",
5
5
  "module": "dist/dxfview.esm.min.js",
6
6
  "main": "dist/dxfview.esm.min.js",