https://github.com/thinkpixellab/PxLoader
PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.
https://github.com/thinkpixellab/PxLoader
Last synced: 12 months ago
JSON representation
PxLoader is a simple JavasScript library for creating preloaders and resource downloaders for HTML5 apps.
- Host: GitHub
- URL: https://github.com/thinkpixellab/PxLoader
- Owner: thinkpixellab
- Created: 2012-01-08T09:21:45.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2016-07-05T20:50:58.000Z (over 9 years ago)
- Last Synced: 2025-03-31T21:48:10.127Z (12 months ago)
- Language: JavaScript
- Homepage: http://thinkpixellab.com/pxloader
- Size: 432 KB
- Stars: 1,109
- Watchers: 44
- Forks: 171
- Open Issues: 16
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-frontend - PxLoader - JS预加载库:实现图片、声音等各种文件的预加载功能
- awesome-frontend - PxLoader - JS预加载库:实现图片、声音等各种文件的预加载功能
- awesome-front-end - PxLoader - JS预加载库:实现图片、声音等各种文件的预加载功能
README
PxLoader is a Javascript library that helps you download images, sound files or anything else you need before you take a specific action on your site (like showing a user interface or starting a game). You can use it to create a preloader for HTML5 games and websites.
Details and examples:
http://thinkpixellab.com/pxloader/
The MIT License
Copyright (c) 2012 Pixel Lab
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.