Skip to content

Commit

Permalink
update README.md, readme.md.html, delete unnecessary .gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Elton committed Aug 11, 2015
1 parent 0809563 commit dd47ab2
Show file tree
Hide file tree
Showing 3 changed files with 402 additions and 434 deletions.
27 changes: 0 additions & 27 deletions .gitignore

This file was deleted.

10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,14 @@ If the functionalities are turned on, the following functions will work, otherwi
can1.redo();
//if there are undo records, return to the state of the next stored step
```

Note that, even included handwriting.canvas.js now, the previous way of calling recognition still works :
```javascript
handwriting.recognize(trace, options, callback);
```

so that you can take advantage of the **handwriting.canvas** object, while not changing previous code.

---
<h3 id="language">Supported Language</h3>

Expand Down Expand Up @@ -208,4 +216,4 @@ If the functionalities are turned on, the following functions will work, otherwi
***
## License

MIT licensed
MIT licensed
Loading

0 comments on commit dd47ab2

Please sign in to comment.