selectInput() Processingjs

Does anybody know an easy way to convert selectInput() to javascript? It isn't supported by processingjs and I am trying to host a .pde file on a website. Would I just use FileReader() to get the location of the file and pass it to the appropriate method? I am relatively new to web development so any advice would be helpful :D Thanks!

Answers

Sign In or Register to comment.