Skip to content

Commit

Permalink
🎨 support Path on wxapp, fixed many 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
akira-cn committed Mar 29, 2018
1 parent c98062a commit ef25a24
Show file tree
Hide file tree
Showing 33 changed files with 18,324 additions and 12,436 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Manipulate the **sprites** in canvas as you do with the DOM elements.
## Quick Look

```html
<script src="https://s3.ssl.qhres.com/!42da61b7/spritejs.min.js"></script>
<script src="https://s5.ssl.qhres.com/!387b329b/spritejs.min.js"></script>
<div id="container"></div>
<script>
const imgUrl = 'https://s5.ssl.qhres.com/static/ec9f373a383d7664.svg'
Expand Down Expand Up @@ -57,7 +57,7 @@ Learn more at [spritejs.org](http://spritejs.org/)
In browser:

```html
<script src="https://s3.ssl.qhres.com/!42da61b7/spritejs.min.js"></script>
<script src="https://s5.ssl.qhres.com/!387b329b/spritejs.min.js"></script>
```

## Quick Start
Expand Down
Loading

0 comments on commit ef25a24

Please sign in to comment.