Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lnked/preload
Image preload
https://github.com/lnked/preload
Last synced: about 2 months ago
JSON representation
Image preload
- Host: GitHub
- URL: https://github.com/lnked/preload
- Owner: lnked
- Created: 2013-11-02T16:47:19.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-02T17:01:43.000Z (about 11 years ago)
- Last Synced: 2024-04-10T16:01:58.560Z (9 months ago)
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
preload
=======Image preload
// example
cache ([ 'images/1.png', 'images/2.jpg', 'images/3.jpg' ], function() {
// loaded
});