cujojs / curl

curl.js is small, fast, extensible module loader that handles AMD, CommonJS Modules/1.1, CSS, HTML/text, and legacy scripts.
https://github.com/cujojs/curl/wiki
Other
1.89k stars 216 forks source link

Will curl have image (pre)loader? #152

Closed szepeviktor closed 10 years ago

szepeviktor commented 11 years ago

Thank you!!

unscriptable commented 11 years ago

Hey @szepeviktor!

Are you looking for a plugin that will load images? Or are you referring to the script prefetching technique that uses an image element?

-- John

asilvas commented 11 years ago

Image pre-loader plugin would be simple enough, and useful in some scenarios. I've seen the request as well. I might write one if @unscriptable doesn't beat me to it.

unscriptable commented 11 years ago

go for it @asilvas! oh, and upload an avatar while you're at it. i'm sick of looking at octocat all the time. ;)

szepeviktor commented 11 years ago

I am looking for a plugin that will PREload real images.

asilvas commented 11 years ago

Sure, I'll put one together early next week.

asilvas commented 11 years ago

See #161

szepeviktor commented 10 years ago

Thank you!!

asilvas commented 10 years ago

It was closed but not merged. Any intention of merging?