Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component that turns image and croppedArea into output #347

Open
clarkmu opened this issue Feb 11, 2022 · 1 comment
Open

Component that turns image and croppedArea into output #347

clarkmu opened this issue Feb 11, 2022 · 1 comment
Labels
enhancement New feature or request PR-welcome help is welcomed for this issue

Comments

@clarkmu
Copy link

clarkmu commented Feb 11, 2022

Great package, everyone!

I just went through adding this to my project. Having a component to import that does the live output would really streamline the use of this package.

Example:

import Cropper, {LiveOutput} from "react-easy-croper"

...
  <LiveOutput croppedArea={croppedArea} image={image} />
...

Let me know if this sounds like a good addition, I would like to add that in.

@ValentinH
Copy link
Owner

I like this idea! The only thing that I want to be sure though is that it doesn't increase too much the bundle size. But if it's part of another export, it should be fine.

@ValentinH ValentinH added enhancement New feature or request PR-welcome help is welcomed for this issue labels Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PR-welcome help is welcomed for this issue
Projects
None yet
Development

No branches or pull requests

2 participants