ImageCache
Allows the caching of images in JavaScript with callbacks when one image completely load, and when a whole array of images completely loads.
Install / Use
/learn @zoltan-dulac/ImageCacheREADME
This JavaScript library is intended to make image caching as simple as possible. The syntax is:
var s=["images/1.jpg", "images/2.jpg", "images/3.jpg"]; // or any array of image URLs imageCache.pushArray(s, loadImageEvent, loadAllEvent);
loadImageEvent is a callback that fires everytime an image is loaded. loadAllEvents is a callback that fires when all images are loaded.
More info can be found at http://www.useragentman.com/blog/?p=4329
Related Skills
node-connect
339.5kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
83.9kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
339.5kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
83.9kCommit, push, and open a PR
