@fiddle-digital/string-tune 1.1.32 → 1.1.34

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/index.d.mts CHANGED
@@ -1415,6 +1415,7 @@ declare class StringCursor extends StringModule {
1415
1415
  onObjectDisconnected(object: StringObject): void;
1416
1416
  private setMouseCoordinates;
1417
1417
  private calculateOffset;
1418
+ removeObject(id: string): void;
1418
1419
  }
1419
1420
 
1420
1421
  declare class StringImpulse extends StringModule {
package/dist/index.d.ts CHANGED
@@ -1415,6 +1415,7 @@ declare class StringCursor extends StringModule {
1415
1415
  onObjectDisconnected(object: StringObject): void;
1416
1416
  private setMouseCoordinates;
1417
1417
  private calculateOffset;
1418
+ removeObject(id: string): void;
1418
1419
  }
1419
1420
 
1420
1421
  declare class StringImpulse extends StringModule {