3d-force-graph 1.76.3 → 1.77.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 +5 -3
- package/dist/3d-force-graph.js +22103 -10226
- package/dist/3d-force-graph.js.map +1 -1
- package/dist/3d-force-graph.min.js +3 -3
- package/example/text-nodes/index.html +3 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -50,6 +50,11 @@ And check out the [React bindings](https://github.com/vasturiano/react-force-gra
|
|
|
50
50
|
* [Bloom Post-Processing Effect](https://vasturiano.github.io/3d-force-graph/example/bloom-effect/) ([source](https://github.com/vasturiano/3d-force-graph/blob/master/example/bloom-effect/index.html))
|
|
51
51
|
* [Pause / Resume animation](https://vasturiano.github.io/3d-force-graph/example/pause-resume/) ([source](https://github.com/vasturiano/3d-force-graph/blob/master/example/pause-resume/index.html))
|
|
52
52
|
|
|
53
|
+
## ❤️ Support This Project
|
|
54
|
+
|
|
55
|
+
If you find this module useful and would like to support its development, you can [buy me a ☕](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L398E7PKP47E8¤cy_code=USD&source=url). Your contributions help keep open-source sustainable!
|
|
56
|
+
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L398E7PKP47E8¤cy_code=USD&source=url)
|
|
57
|
+
|
|
53
58
|
## Quick start
|
|
54
59
|
|
|
55
60
|
```js
|
|
@@ -236,9 +241,6 @@ new ForceGraph3d(<domElement>, { configOptions })
|
|
|
236
241
|
}
|
|
237
242
|
```
|
|
238
243
|
|
|
239
|
-
## Giving Back
|
|
240
|
-
|
|
241
|
-
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L398E7PKP47E8¤cy_code=USD&source=url) If this project has helped you and you'd like to contribute back, you can always [buy me a ☕](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=L398E7PKP47E8¤cy_code=USD&source=url)!
|
|
242
244
|
|
|
243
245
|
[npm-img]: https://img.shields.io/npm/v/3d-force-graph
|
|
244
246
|
[npm-url]: https://npmjs.org/package/3d-force-graph
|