helldots 0.8.0 → 0.9.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/README.md CHANGED
@@ -12,6 +12,10 @@ widget persist to `localStorage`.
12
12
  npm install helldots
13
13
  ```
14
14
 
15
+ > `modern-screenshot` (the screenshot renderer) is a peer dependency. npm 7+,
16
+ > pnpm 8+ and bun install it automatically; on Yarn, add it explicitly with
17
+ > `yarn add modern-screenshot`.
18
+
15
19
  ## Quick start
16
20
 
17
21
  ```js