@leafer-game/worker 1.3.0 → 1.3.1

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/dist/worker.js CHANGED
@@ -6010,7 +6010,7 @@ var LeaferUI = (function (exports) {
6010
6010
  }
6011
6011
  }
6012
6012
 
6013
- const version = "1.3.0";
6013
+ const version = "1.3.1";
6014
6014
 
6015
6015
  class LeaferCanvas extends LeaferCanvasBase {
6016
6016
  get allowBackgroundColor() { return true; }
@@ -13422,6 +13422,7 @@ var LeaferUI = (function (exports) {
13422
13422
  return getSelector(this).getBy(condition, this, true, options);
13423
13423
  };
13424
13424
 
13425
+ Plugin.add('find');
13425
13426
  Creator.finder = function (target) {
13426
13427
  return new Finder(target);
13427
13428
  };