-
Notifications
You must be signed in to change notification settings - Fork 93
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
Add image overlay to image capture #19
Comments
@Keftaa |
@MABelanger @Keftaa Just curious if this is possible? |
@ybv I just reviewed what I did back then and I simply used CSS to put a div on top of another. If you're interested, here's a snippet of the code I had written:
|
@Keftaa Does the Also, the |
thanks for sharing this @Keftaa! |
@robhung no unfortunately the overlay is for display only. |
Hello,
I'd like to add image an overlay image as a guide for image capture. Here's an example I've made on the code by using the browser inspector:
I think adding a this.props.children to allow the user to add any child elements they'd like is the best approach to do it.
Thanks.
The text was updated successfully, but these errors were encountered: