@ekairos/toolbar 1.22.33-beta.development.0 → 1.22.35-beta.development.0
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 +13 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @ekairos/toolbar
|
|
2
2
|
|
|
3
|
-
Lightweight
|
|
3
|
+
Lightweight feedback toolbar for selecting UI elements and exporting structured annotations.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -25,19 +25,17 @@ export function App() {
|
|
|
25
25
|
|
|
26
26
|
## Included
|
|
27
27
|
|
|
28
|
-
-
|
|
29
|
-
-
|
|
30
|
-
-
|
|
31
|
-
-
|
|
32
|
-
-
|
|
33
|
-
- Markdown output generation and copy/send callbacks
|
|
28
|
+
- single and multi selection
|
|
29
|
+
- drag area selection
|
|
30
|
+
- feedback dialog
|
|
31
|
+
- selector extraction
|
|
32
|
+
- markdown export
|
|
34
33
|
|
|
35
|
-
##
|
|
36
|
-
|
|
37
|
-
- `Cmd/Ctrl + Shift + F`: toggle feedback mode
|
|
38
|
-
- `Esc`: cancel current interaction / close
|
|
39
|
-
- `C`: copy output
|
|
40
|
-
- `S`: send output callback
|
|
41
|
-
- `X`: clear annotations
|
|
42
|
-
- `H`: show/hide markers
|
|
34
|
+
## Shortcuts
|
|
43
35
|
|
|
36
|
+
- `Cmd/Ctrl + Shift + F`
|
|
37
|
+
- `Esc`
|
|
38
|
+
- `C`
|
|
39
|
+
- `S`
|
|
40
|
+
- `X`
|
|
41
|
+
- `H`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ekairos/toolbar",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.35-beta.development.0",
|
|
4
4
|
"description": "Lightweight visual feedback toolbar for selecting UI elements and collecting structured annotations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|