diff --git a/README.md b/README.md index 1f3af0b..c5184e7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,10 @@ Visit [project page](https://oguzhaneroglu.com/projects/nodes.js/) for example. id: 'nodes', width: window.innerWidth, height: window.innerHeight, + particleSize: 2, + lineSize: 1, + particleColor: [255, 255, 255, 0.3], + lineColor: [255, 255, 255], backgroundFrom: [10, 25, 100], backgroundTo: [25, 50, 150], backgroundDuration: 4000,