Arun Kumar
Arun Kumar
Hello Team, The path array returned by pathfinder is lengthy. Could you please guide me on how to draw the svg path and also for converting the array into svg...
``` fs.mkdir('/home', 1, function () { console.log('directory created'); }); fs.mkdir('/src', 1, function () { console.log('src created'); }); fs.mkdir('./components', 1, function () { console.log('src created'); }); fs.mkdir('/components/test', function () { //...
I'm facing issues trying to install nodgit on my local machine. Here is the error message. Could you please help me? ``` arun@tuxnest:~/projects/expressJsTemplate$ npm install nodegit npm WARN deprecated [email protected]:...
I'm using Ubuntu 22.04 How to download and use the binaries of argon2 in an express app?
Hello Team, I followed the instructions to include the icon fonts library in a webpage but the icons aren't displaying. I tried the below link in a test page (https://stackblitz.com/edit/react-h3uqjv?file=public%2Findex.html,src%2FApp.js)...
Hello Team, How to access the meta data of the corresponding svg icons located at https://github.com/google/material-design-icons/tree/master/src ? Thanks, Arun
Hi Team, Can we return the svg code of the icon along with the metadata in an api. The api should also contain as many searchable strings as possible. Thanks,...
Hi Team, I trying to use react-google-charst in a material UI app and would like to keep the charts consistent with the material UI elements in look and feel. I've...
Hi Team, I'm using this for my react app. How to make this highlight the matching and closing JSX tags and also do the linting and highlight syntax errors. Thanks,...
Hi Team, How to access the reference of AceEditor component in a functional component using `useRef` hook? I'd like to enable find, findAll features in the editors. It seems that...