Yash Dave

Results 11 comments of Yash Dave

for workaround, I have added `"noImplicitAny": false` to tsconfig.json.

@cstefanache I want to contribute for this feature. I'm new to programming and I never contributed in open source before so can you provide the sreps to contribute in this...

Yes I'm planning to keep it optional only, Hopefully will complete it by this weekend.

I'm getting same error. I'm getting this message in console: "EXCEPTION: [Exception... "Failure" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: http://.../src/imageCropper.js :: ImageCropper.prototype.drawImageIOSFix :: line 977" data: no]"

Also It cannot handle the crop ratio in small images(LIke I kept AspectRatio true and my cropper ratio is 1:1 aka square but in output I'm getting stretched Image of...

When someone imports files from this library by using import statement, it will automatically use `index.esm.js` file without specifying `type: module` in index.js. Currently typescript complains about the type If...

It will also resolve few tasks from #634 - [x] improved build speed using esbuild etc. - [x] Easy to choose from more than 20 icon sets - [x] Split...

@kamijin-fanta @gorangajic @jayehmke @JeffersonFilho Are you going to maintain this library in future or planning to archive it?

@kamijin-fanta I fixed the pipeline but unfortunately I cannot run https://github.com/react-icons/react-icons/tree/master/packages/webpack4-test locally as it gives me following error: ``` Field 'browser' doesn't contain a valid alias configuration /react-icons/packages/_react-icons_all/lib/index.js doesn't exist

Okay it worked after running the shell script. `maxEntrypointSize` was before `100000` bytes. (Not sure how much was the size of generated build before) Now the size of generated build...