willowsystems / jSignature

jQuery plugin - draw signature in browser.
714 stars 266 forks source link

Base64 to Base30 Conversion #111

Open kamalsivalingam opened 1 year ago

kamalsivalingam commented 1 year ago

Hi,

We are using React Native to capture the signature image as Base64 image and call a legacy API that requires JSignature image data in Base30 format. Is there any library function that could convert Base64 to Base30?

guylap commented 1 year ago

Maybe this could help...

JSigBase30Converter.txt

kamalsivalingam commented 1 year ago

Thanks @guylap. I will give it a try. I see that there is a method to convert Base64 to Native. How do i now convert from Native to Base30?