@zenuml/core 2.0.13 → 2.0.15

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.
@@ -26431,6 +26431,11 @@ class ZenUml {
26431
26431
  get theme() {
26432
26432
  return this._theme;
26433
26433
  }
26434
+ getPng() {
26435
+ return (0, _tslib.__awaiter)(this, void 0, void 0, function* () {
26436
+ return this.app.$children[0].toPng();
26437
+ });
26438
+ }
26434
26439
  }
26435
26440
  exports.Z = ZenUml;
26436
26441
 
@@ -27540,7 +27545,7 @@ exports.Z = void 0;
27540
27545
  //
27541
27546
  //
27542
27547
 
27543
- const commitHash = "b84c9ca";
27548
+ const commitHash = "498d30a";
27544
27549
  const gitBranch = "main";
27545
27550
  var _default = {
27546
27551
  name: "Debug",