web-remarq 0.7.2 → 0.7.3

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,6 +37,8 @@ WebRemarq.init({ theme: 'light' })
37
37
  <script>WebRemarq.init({ theme: 'dark' })</script>
38
38
  ```
39
39
 
40
+ Works in `<head>` or `<body>` — if `init()` runs before `document.body` exists, it defers itself to `DOMContentLoaded` automatically.
41
+
40
42
  ## API
41
43
 
42
44
  ### `WebRemarq.init(options?)`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-remarq",
3
- "version": "0.7.2",
3
+ "version": "0.7.3",
4
4
  "description": "Visual annotation tool for design review workflows",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",