How can I pass variables to svelte through CSV
I need to implement an application for Amazon MTurk
to work with hits
. For this matter, the application should receive a dinamic video imageDir
and frameCount
values fom a CSV file provided in the begining of the session, where each line represents an experiment, which includes several id
s and each has its own frameCount
, which represents the number of frames in this video.