You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be interested in using the jspsych-psychophysics plugin. Unfortunately it doesn't seem to be available for use via npm. Is there any way I can use the plugin code to make it accessible for use with jspsych builder?
Thanks in advance, and sorry if this is a trivial question.
The text was updated successfully, but these errors were encountered:
Hi @franfrutos, this is everything but trivial 😄 The root problem is that jspsych-psychophysics is not available as an ES module. This is the same problem as jspsych/jspsych-contrib#26 (comment). The reason jspsych-builder doesn't support jspsych-psychophysics out of the box is that jspsych-builder's builtin compatibility hack only applies to @jspsych-contrib-scoped packages that don't export modules. You can manually work around it via
I would be interested in using the jspsych-psychophysics plugin. Unfortunately it doesn't seem to be available for use via npm. Is there any way I can use the plugin code to make it accessible for use with jspsych builder?
Thanks in advance, and sorry if this is a trivial question.
The text was updated successfully, but these errors were encountered: