instruckt 0.4.16 → 0.4.18
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/instruckt.cjs.js +1638 -789
- package/dist/instruckt.cjs.js.map +1 -1
- package/dist/instruckt.esm.js +1638 -789
- package/dist/instruckt.esm.js.map +1 -1
- package/dist/instruckt.iife.js +37 -17
- package/dist/instruckt.iife.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -114,7 +114,7 @@ Default shortcuts (customizable via `keys` config):
|
|
|
114
114
|
## Features
|
|
115
115
|
|
|
116
116
|
- **Framework detection** — automatically identifies Livewire, Vue, Svelte, and React components
|
|
117
|
-
- **Screenshots** — capture element or region screenshots
|
|
117
|
+
- **Screenshots** — capture element or region screenshots; uses DOM-to-image on standard apps, automatically falls back to Screen Capture API on shadow DOM frameworks (Flux UI, etc.)
|
|
118
118
|
- **Shadow DOM isolation** — all UI renders in shadow roots so it never conflicts with your styles
|
|
119
119
|
- **Copy as markdown** — annotations auto-copy as structured markdown optimized for AI agents
|
|
120
120
|
- **Freeze mode** — pause animations, freeze popovers/dropdowns, and block all navigation
|