ExtendScript - using require('') function?
Hello all,
I'm relatively new to this whole scripting thing - at least with ExtendScript and JavaScript.
I have a bunch of editing I need to do in order to organize an event. I have already figured out how to modify the photoshop document to update posters, times, etc - but there is also a word document that I would like to modify as well.
I have found some potential useful projects on github, but the problem is that ExtendScript does not seem to have native support for the require('x') function that most of these projects use.
I've been trying to figure this out off an on throughout the last two weeks with minimal success.
Does anyone have any ideas on what I need to do in order to get the require('x') function to work? It seems that it is supposed to be node.js - but for some reason it is not executing from within ExtendScript IDE.
Any help, tips, pointers, or link to useful info would be much appreciated!
Thanks!
