Adam B

Results 6 comments of Adam B

I was actually able to get it to work ` //print all lines of text textarray.forEach(txtline => { txtline = txtline.trim() let wordArray = txtline.split(' ') let xPos=0 wordArray.forEach(element =>...

Actually the above breaks positioning of words when centered.

It now **_seems_** to be working: ` textarray.forEach(txtline => { txtline = txtline.trim() let wordArray = txtline.split(' ') let xPos=0 const lineWidth = ctx.measureText(txtline).width // iterate over each word and...

For some reason I am having auth issues trying to create a pull request but I have attached a zip if you want to look it over and do a...

I am also looking for an answer to this.

I had this problem but fixed it as I was missing a period at the end of my session_id