Open nbriz opened 4 years ago
I honestly don't understand what he is saying he is having trouble with Can you help me figure this situation out?
On Mon, Dec 9, 2019 at 9:19 PM RaviShawnJha notifications@github.com wrote:
@killyourdarlings https://github.com/killyourdarlings Hi, im having trouble figuring out how the addon can get the array of urls of images that have been uploaded is it the images variable from api-getimages.js that will return this array? Looks like you wrote this
below is the code i am using
const img = document.createElement('img')
for (let z = 0; z < (images?).length; z++ ){ img.src = "(image[2])" }
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/net-art-and-cultures/the-toolkit/issues/43?email_source=notifications&email_token=ALWOH3OGR2N2FKDUXGCW47LQX4DC5A5CNFSM4JR5V7J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGMQDTA#issuecomment-563675596, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALWOH3JTSXGHKCKCGSDEEC3QX4DC5ANCNFSM4JR5V7JQ .
<Hi, im having trouble figuring out how the addon can get the array of urls of images that have been uploaded is it the images variable from api-getimages.js that will return this array?>
I will take a look at this...
On Mon, Dec 9, 2019 at 9:37 PM Jakyung Lee jlee286@saic.edu wrote:
I honestly don't understand what he is saying he is having trouble with Can you help me figure this situation out?
On Mon, Dec 9, 2019 at 9:19 PM RaviShawnJha notifications@github.com wrote:
@killyourdarlings https://github.com/killyourdarlings Hi, im having trouble figuring out how the addon can get the array of urls of images that have been uploaded is it the images variable from api-getimages.js that will return this array? Looks like you wrote this
below is the code i am using
const img = document.createElement('img')
for (let z = 0; z < (images?).length; z++ ){ img.src = "(image[2])" }
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/net-art-and-cultures/the-toolkit/issues/43?email_source=notifications&email_token=ALWOH3OGR2N2FKDUXGCW47LQX4DC5A5CNFSM4JR5V7J2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEGMQDTA#issuecomment-563675596, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALWOH3JTSXGHKCKCGSDEEC3QX4DC5ANCNFSM4JR5V7JQ .
@RaviShawnJha + @killyourdarlings let's chat about this in class
@killyourdarlings Hi, im having trouble figuring out how the addon can get the array of urls of images that have been uploaded is it the images variable from api-getimages.js that will return this array? Looks like you wrote this
below is the code i am using
const img = document.createElement('img')
for (let z = 0; z < (images?).length; z++ ){ img.src = "(image[2])" }