Currently I am using annotorious.js to get text annotation. Using the documentation, I am able to log "x" amount of array.
I am trying to access every "text" object from every array, either to get it to show up in a textbox or be able to add a class to it so I can css style it.
My main goal is to get every text from the array to show in the browser at once.
const annotations = anno.getAnnotations();
console.log(annotations);
Run a loop and push all the text values in "x" array.