Run a javascript function from p5.js or read a variable in the DOM

const tmz = +select('#offsetDiv').html();

or…

const tmz = offsetDiv.innerHTML;

1 Like