Rodrigo

Results 2 issues of Rodrigo

I'm trying to get the outtput as PNG. What I tryed so far: ` const targetElement = document.body; const options = { margin: 0, filename: 'myfile.png', image: { type: 'png',...

Hi, This is the code I have private val textBuilder = TextDrawable.builder() private val colorGenerator = ColorGenerator.MATERIAL; fun String.toTextDrawable() : TextDrawable { return textBuilder.buildRound( this[0].toString(), colorGenerator.randomColor ) } The generated...