@aibee/crc-bmap 0.13.20 → 0.13.22

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.
package/lib/meta.json CHANGED
@@ -4869,7 +4869,7 @@
4869
4869
  "format": "esm"
4870
4870
  },
4871
4871
  "../lib/src/bmap.js": {
4872
- "bytes": 22235,
4872
+ "bytes": 22241,
4873
4873
  "imports": [
4874
4874
  {
4875
4875
  "path": "../../../node_modules/.pnpm/@swc+helpers@0.5.17/node_modules/@swc/helpers/esm/_extends.js",
@@ -9249,7 +9249,7 @@
9249
9249
  "bytesInOutput": 208
9250
9250
  },
9251
9251
  "../lib/src/bmap.js": {
9252
- "bytesInOutput": 10976
9252
+ "bytesInOutput": 10982
9253
9253
  },
9254
9254
  "../lib/src/context/context.js": {
9255
9255
  "bytesInOutput": 8715
@@ -9507,7 +9507,7 @@
9507
9507
  "bytesInOutput": 3905
9508
9508
  },
9509
9509
  "../lib/src/elements/text-texture.js": {
9510
- "bytesInOutput": 1701
9510
+ "bytesInOutput": 1702
9511
9511
  },
9512
9512
  "../lib/src/elements/line.js": {
9513
9513
  "bytesInOutput": 1125
@@ -9708,7 +9708,7 @@
9708
9708
  "bytesInOutput": 433
9709
9709
  }
9710
9710
  },
9711
- "bytes": 403205
9711
+ "bytes": 403212
9712
9712
  }
9713
9713
  }
9714
9714
  }
@@ -49,6 +49,7 @@ export interface GraphicOptions {
49
49
  visible: boolean;
50
50
  doors: Door[];
51
51
  center?: [number, number];
52
+ centerCoords?: [number, number];
52
53
  center_x: number;
53
54
  center_y: number;
54
55
  center_coord_x: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aibee/crc-bmap",
3
- "version": "0.13.20",
3
+ "version": "0.13.22",
4
4
  "description": "",
5
5
  "main": "lib/index.cjs",
6
6
  "module": "lib/index.esm.min.js",