@oyerinde/caliper 0.1.0

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.
@@ -0,0 +1,18 @@
1
+ export { OverlayInstance, createOverlay as init } from '@caliper/overlay';
2
+ export { OverlayConfig, getConfig, setConfig } from '@caliper/core';
3
+
4
+ /**
5
+ * @oyerinde/caliper
6
+ *
7
+ * Browser-based measurement tool overlay.
8
+ * This package bundles all dependencies for easy consumption.
9
+ *
10
+ * Usage:
11
+ * 1. Script tag (Auto-mount): <script src="@oyerinde/caliper/dist/index.global.js"></script>
12
+ * 2. ESM import (Manual): import { init } from "@oyerinde/caliper"
13
+ * 3. Initialize: const caliper = init(); caliper.mount();
14
+ */
15
+
16
+ declare const VERSION: string;
17
+
18
+ export { VERSION };
@@ -0,0 +1,18 @@
1
+ export { OverlayInstance, createOverlay as init } from '@caliper/overlay';
2
+ export { OverlayConfig, getConfig, setConfig } from '@caliper/core';
3
+
4
+ /**
5
+ * @oyerinde/caliper
6
+ *
7
+ * Browser-based measurement tool overlay.
8
+ * This package bundles all dependencies for easy consumption.
9
+ *
10
+ * Usage:
11
+ * 1. Script tag (Auto-mount): <script src="@oyerinde/caliper/dist/index.global.js"></script>
12
+ * 2. ESM import (Manual): import { init } from "@oyerinde/caliper"
13
+ * 3. Initialize: const caliper = init(); caliper.mount();
14
+ */
15
+
16
+ declare const VERSION: string;
17
+
18
+ export { VERSION };