Hi Amando,
Thanks for contacting Syncfusion support,
Query 1:”Is it possible to use components without jquery? New React.js projects will probably associated with babel and ES6.”
No, it is not possible to use our components without jQuery. The React projects are associated with babel and ES6, but in order to render our components need to refer the jQuery script file along with it.
Query 2:” How do I capture the signature of Signature's component?”
The drawn signature can be captured by using save() public method of Signature component. The save method returns the image as base64 encoded string and we can use this to save or download the signature by locally through client side script using the <a> tag.
Please find the below sample and documentation for further reference:
Query 3:” Have you created a nmp's service of to use it?”
Did you mean npm service? If yes, please find the below details.
React-service:
Else, let us know the purpose of nmp’s service, so that we will check other alternative solution for this use case.
Please let us know if you have any queries.
Regards,
Arun P