mosch / react-avatar-editor

Small avatar & profile picture component. Resize and crop uploaded images using a intuitive user interface.
https://react-avatar-editor.netlify.app/
MIT License
2.37k stars 369 forks source link

Request for Vanilla JS Version #380

Closed adam-dill closed 2 years ago

adam-dill commented 2 years ago

I have a requirement for a vanilla JS version of this package. If it's even possible to have a TS and JS version of this package, that would be beneficial to teams who refuse to use typescript.

dan-lee commented 2 years ago

Hey, @adam-dill. Only the original source code on GitHub is written in Typescript, the distributed package on NPM is compiled down to JS.

adam-dill commented 2 years ago

I didn't notice that ts wasn't in the dev dependencies on the imported npm package. Closed.