@infinit-canvas/react 0.1.11 → 0.1.12
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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -149,6 +149,16 @@ function App() {
|
|
|
149
149
|
|
|
150
150
|
`applyNodeChanges` · `applyEdgeChanges` · `addEdge` · `isNode` · `isEdge` · `getConnectedEdges` · `getIncomers` · `getOutgoers` · `getNodesBounds` · `getBezierPath` · `getSmoothStepPath` · `getStraightPath` · `getSimpleBezierPath` · `snapPosition` · `reconnectEdge`
|
|
151
151
|
|
|
152
|
+
## Sponsor
|
|
153
|
+
|
|
154
|
+
If this package saves you time, consider supporting its development:
|
|
155
|
+
|
|
156
|
+
[](https://github.com/sponsors/awaisshah228)
|
|
157
|
+
|
|
158
|
+
**USDC (Solana):** `59FhVxK3uxABiJ9VzXtCoyCxqq4nhoZDBtUV3gEkiexo`
|
|
159
|
+
|
|
160
|
+
<img src="https://raw.githubusercontent.com/awaisshah228/react-flow-avoid-nodes-routing/turbo-package/assets/solana-donate-qr.png" width="200" alt="Solana USDC QR Code" />
|
|
161
|
+
|
|
152
162
|
## License
|
|
153
163
|
|
|
154
164
|
[MIT](./LICENSE)
|
package/package.json
CHANGED