Arun Kumar
Arun Kumar
@brean Instead of poly line which which makes the attribute lengthy, I was thinking it's better to indentify the bends in the path aray and convert them into a few...
If I serialize and save It might need more memory. Also I created small circles using the path array. But it created a random path as opposed to smoother horizontal...
@killmenot I'd like to create my own as well but I'm not understanding why it created a random path instead of a Manhattan path. Here what does the cell size...
I have isolated the issue for you here: https://stackblitz.com/edit/react-febp9q?file=src%2FApp.js I also used the `buildSVGPath` function but it didn't create a manhattan path
It's working as expected if I apply the weight other than 1 ` weight: 2 `
Here is the code sandbox https://stackblitz.com/edit/react-l4u5ao?file=src%2FApp.js
@ranisalt I don't see any install command in the readme. It just has some commands to install `node-gy`p if the binaries don't work
@ranisalt I just tried the command `npm install argon2` and it still needs `node-gyp`. ``` arun@tuxnest:~/projects/expressJsTemplate$ npm install argon2 npm ERR! code 1 npm ERR! path /home/arun/projects/expressJsTemplate/node_modules/argon2 npm ERR! command...
@ranisalt Also I get a permission error if I try to install `node-gyp` ``` arun@tuxnest:~/projects/expressJsTemplate$ npm install -g node-gyp npm WARN config global `--global`, `--local` are deprecated. Use `--location=global` instead....
@aisgbnok Thanks for the information.