Is there any sketchJS components for React?
I'm trying to find a sketch/canvas area component where the user can draw something and submit the result into a base64 field as in png/jpeg mime type. SketchJS does it but I was wondering whether there is any pure react component that does the trick?
I'm new with Javascript/React and I see that sketch uses JQuery, is there any other alternative, because I do not want to add JQuery inside my project?