You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+13-9Lines changed: 13 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
-
# Heartcode CanvasLoader UI Library
2
-
3
-
Heartcode CanvasLoader is a lightweight JavaScript UI library, which uses the HTML canvas element to draw and animate circular preloaders.<br/>
1
+
# Heartcode CanvasLoader
2
+
Heartcode CanvasLoader is a JavaScript UI library, which uses the HTML canvas element to draw and animate circular preloaders.<br/>
4
3
The library is currently in beta, some minor changes and improvements might be done to it in the near future.
5
4
6
-
The live demo for the library can be found at http://heartcode.robertpataki.com/canvasloader<br/>
5
+
##Tools
6
+
I created a tool that can help with generating and previewing loaders with copy/paste code snippets and instructions: http://heartcode.robertpataki.com/canvasloader
7
7
8
-
For downloads and documentation please visit the GitHub repository at http://github.com/heartcode/CanvasLoader
8
+
##Documentation
9
+
The latest documentation can be found here: http://heartcode.robertpataki.com/canvasloader/docs/CanvasLoader.html
9
10
10
-
## Credits
11
+
## Contribution
12
+
Please contribute :) I am quite new to JavaScript and I am pretty sure that there are million ways of making the library better, cleaner and smaller. Any constructive contribution is welcome and appriciated.
11
13
12
-
Heartcode CanvasLoader was created by Róbert Pataki.
14
+
You can also add your website / web app link to the Wiki, so the community can see how others use CanvasLoader.
13
15
14
16
## License
15
-
16
17
**(The MIT License)**
17
18
18
19
Copyright (c) 2011 Róbert Pataki heartcode@robertpataki.com;
@@ -34,4 +35,7 @@ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
34
35
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
35
36
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
36
37
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
37
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
38
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
39
+
40
+
## Credits
41
+
Heartcode CanvasLoader was created by Róbert Pataki.
0 commit comments