0.0.5 • Published 8 years ago
strokejs v0.0.5
StrokeJS
Lightweight library to process hanwriting stroke operations. mainly to compare and score human writing to guideline for custom multi-stroke gestures of alphabet recognizing.
Install
npm install strokejs
Or for web browser,
<script src="../dist/strokejs.js"></script>
Recognization using nDollar which is implemented of alghorithm of $N Multistroke Recognizer https://depts.washington.edu/aimgroup/proj/dollar/ndollar.html.
see example for better understanding.