react-native-signature-canvas icon indicating copy to clipboard operation
react-native-signature-canvas copied to clipboard

How can i change image size?

Open gattoman opened this issue 3 years ago • 2 comments

Hi i want to write signature image into square not recutangular. even thought i changed canvas size with webstyle option, it did not help it.

is there any option to solve this?

gattoman avatar Apr 20 '21 13:04 gattoman

const webStyle = body,html {height: 300px; width: 300px;}

YanYuanFE avatar Apr 28 '21 01:04 YanYuanFE

I overrode the css of the m-signature-pad to change the image size.

const webStyle = .m-signature-pad { width: ${imgWidth}px; height: ${imgHeight}px; };

LeHoangTuanbk avatar Jul 25 '23 06:07 LeHoangTuanbk