I am developing an extension for InDesign and I would like to store the jsx file on a server. This would allow me to update the plugin if I change something in
I saw that there was a similar question but my problem is not the same : This is how I create my graphicLines : var myArr = [ [x1, y1], [x2, y2], ... ]