react-grab 0.0.57 → 0.0.59
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/{chunk-B3JEIYPC.js → chunk-KM7JGKVG.js} +646 -416
- package/dist/{chunk-IN2B3ZLM.cjs → chunk-XODHRTU2.cjs} +645 -416
- package/dist/{core-DPj35Ngb.d.cts → core-DZ65ta1h.d.cts} +4 -2
- package/dist/{core-DPj35Ngb.d.ts → core-DZ65ta1h.d.ts} +4 -2
- package/dist/core.cjs +8 -12
- package/dist/core.d.cts +1 -1
- package/dist/core.d.ts +1 -1
- package/dist/core.js +1 -1
- package/dist/index.cjs +8 -12
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.global.js +30 -29
- package/dist/index.js +2 -2
- package/dist/styles.css +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
React Grab allows you to select an element and copy its context (like HTML, React component, and file source)
|
|
8
8
|
|
|
9
|
-
It makes tools like Cursor, Claude Code, Copilot run up to [**
|
|
9
|
+
It makes tools like Cursor, Claude Code, Copilot run up to [**66% faster**](https://react-grab.com/blog/intro)
|
|
10
10
|
|
|
11
11
|
### [Try out a demo! →](https://react-grab.com)
|
|
12
12
|
|