Hello,
I have developed an experiment using the PsychoPy software, and now I want to bring it online and host it on my own domain.
The output provided by PsychoPy includes several JavaScript files, and within the JavaScript code of the experiment, the psychojs-2023.2.2.js
library is utilized.
However, this library is not included in the output files, even though the JavaScript code references it. When I try to run the experiment on the web, it gives an error saying that the library is missing.
How can I access this library? I couldn’t find it available for download.
Is there any alternative way for me to host these experiments on my own website?
Thank you