@bworlds/launchkit 0.1.0 → 0.1.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/index.d.ts CHANGED
@@ -58,4 +58,9 @@ export declare class DemoRecorder {
58
58
  */
59
59
  private handleStateChange;
60
60
  }
61
+ /**
62
+ * Initialize the LaunchKit - call this once in your app
63
+ * Checks URL params and shows invite dialog or recorder as needed
64
+ */
65
+ export declare function init(): void;
61
66
  export default DemoRecorder;