vis-core 0.27.12 → 0.27.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.
@@ -0,0 +1 @@
1
+ export declare const png2webp: (imageSrc: string, imageMax?: number) => Promise<HTMLImageElement>;
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const _default: "0.27.12";
1
+ declare const _default: "0.27.14";
2
2
  export default _default;
@@ -30,6 +30,7 @@ interface CityOptions extends BaseOptions {
30
30
  showGrassland?: boolean;
31
31
  showRiver?: boolean;
32
32
  setWaterMaterial?: boolean;
33
+ ssao?: boolean;
33
34
  }
34
35
  export default class extends Base {
35
36
  static VisName: string;
@@ -66,6 +66,7 @@ interface MapCityOptions extends MapOptions {
66
66
  setWaterMaterial?: boolean;
67
67
  showCityOnMapInnerLine?: boolean;
68
68
  bloom?: boolean;
69
+ citySSAO?: boolean;
69
70
  }
70
71
  export default class extends Base {
71
72
  static VisName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vis-core",
3
- "version": "0.27.12",
3
+ "version": "0.27.14",
4
4
  "scripts": {
5
5
  "start": "npm run version && PORT=5173 bundler-dev",
6
6
  "build:site": "npm run version && bundler",