Anyone Have A Docusign Example?

Edit: So it looks like all their examples are for server side code. Anyone have some guidance here?

I feel like I’m going around in circles trying to figure out the Docusign setup in an Ionic 4 setup. It’s as if they recently updated their docs and I am somehow combining things from each and getting errors not found anywhere. Some sources say I have to use json in a pwa, some say to use their npm.

It would help out a lot if anyone has some guidance on how to set this up.

I am looking to load a docusign template, add dynamic data in certain places, display the signature area and allow the user to sign and send it.

Thanks

Were you ever able to implement this?
I’m about to try to set up DocuSign functionality in our app running on Capacitor, and I haven’t been able to find much about anyone else trying to do this since Ionic released Capacitor. I see that someone created a Cordova plugin for Docusign a few years ago, but it’s only implemented for ios and I need it for both platforms (and I think the plugin may be outdated at this point).