Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ryvan-js committed Aug 21, 2018
1 parent e2b31f9 commit 8ff60b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
# imageGoPlus
A simple javascript library which can turn your image frames (preferably in grid layout) into playable sequence for your browser.
A simple javascript library which can turn your 2d sprite sheet into live animation.

# Demo
https://ryvan-js.github.io/imageGoPlus/ - actually its pretty easy for you to try it out by yourself.
Expand All @@ -17,7 +17,7 @@ This part initializing the imagegoplus library.

<script type='text/javascript' src='js/imagegoplus.js'>
```
but this wouldn't be enuogh since we don't have any players to control the actions.
but this wouldn't be enough since we don't have any players to control the actions.
Creating player.Add this into the \<body> tag,here i am wrapping the imagegoplus elements inside the my player,try not to change the structure unless you know what you are doing but feel free to style it.
Expand Down

0 comments on commit 8ff60b0

Please sign in to comment.