I have a huge JS library (three.js). (This library loads and displays a .jpg image as texture on the html5 canvas.) I'm looking for the object in the code that contains the loaded image data itself. I know that the loaded image data contains following text in the .jpg head section: "Adobe Photoshop CS4".
What should I do to find this object or the variable itself that contains this text?
Do you guys know a debugging program or plugin or something else that could find an object or a variable based on its value?
Do you have any idea?
Thanks in advence.