hart-estate-widget 3.9.8 → 3.9.10

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/README.md CHANGED
@@ -338,6 +338,8 @@ type TConfig = {
338
338
  portal_options?: {
339
339
  /** Use overlay div elements instead of three.js graphics */
340
340
  use_overlay?: true;
341
+ /** Generate portals from stairs */
342
+ generate_from_stairs?: true;
341
343
  };
342
344
 
343
345
  /** Options for DefaultLink graphics */