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 +4 -0
- package/dist/helldots.esm.js +6 -6
- package/dist/helldots.esm.js.map +4 -4
- package/dist/helldots.umd.js +13 -13
- package/package.json +3 -2
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
|