agentation 2.1.1 → 2.2.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 +1 -1
- package/dist/index.js +225 -62
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +225 -62
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -9
package/README.md
CHANGED
|
@@ -34,7 +34,7 @@ The toolbar appears in the bottom-right corner. Click to activate, then click an
|
|
|
34
34
|
- **Text selection** – Select text to annotate specific content
|
|
35
35
|
- **Multi-select** – Drag to select multiple elements at once
|
|
36
36
|
- **Area selection** – Drag to annotate any region, even empty space
|
|
37
|
-
- **Animation pause** – Freeze
|
|
37
|
+
- **Animation pause** – Freeze all animations (CSS, JS, videos) to capture specific states
|
|
38
38
|
- **Structured output** – Copy markdown with selectors, positions, and context
|
|
39
39
|
- **Programmatic access** – Callback prop for direct integration with tools
|
|
40
40
|
- **Dark/light mode** – Toggle in settings, persists to localStorage
|