jsPDF icon indicating copy to clipboard operation
jsPDF copied to clipboard

feat: rgb + hex format in getTextColor()

Open pulkitxm opened this issue 1 year ago • 0 comments

Fixes: #3753

this pr fixes the return value of the getTextColor(), where the default value is set to be 0, if 1 is passed then rgb value is returned else a hex value is returned   hex with getTextColor() image

rgb with getTextColor(1) image

pulkitxm avatar Aug 07 '24 08:08 pulkitxm