iinkJS
iinkJS copied to clipboard
:pencil2: :cloud: iinkJS is the fastest way to integrate rich handwriting recognition features in your webapp.
Bumps [terser](https://github.com/terser/terser) from 5.2.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.7.2 to 1.7.3. Changelog Sourced from shell-quote's changelog. 1.7.3 Fix a security issue where the regex for windows drive letters allowed some shell meta-characters to escape the...
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4. Release notes Sourced from jpeg-js's releases. v0.4.4 v0.4.4 (2022-06-07) feat: add comment tag encoding (#87) (13e1ffa), closes #87 fix: validate sampling factors (#106) (9ccd35f),...
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.12.0 to 6.12.6. Release notes Sourced from ajv's releases. v6.12.6 Fix performance issue of "url" format. v6.12.5 Fix uri scheme validation (@ChALkeR). Fix boolean schemas with strictKeywords...
Bumps [rollup-plugin-serve](https://github.com/thgh/rollup-plugin-serve) from 1.0.1 to 1.0.2. Release notes Sourced from rollup-plugin-serve's releases. v1.0.2 Fixed path traversal issue Changelog Sourced from rollup-plugin-serve's changelog. [1.0.2] - 2020-07-17 Fixed Fix path traversal issue...
i download iinkJS, run the examples, websocket_text_iink.html; at first,i write chinese,it run good,return i need chinese,for example: i write 王, it return 王;applicationKey,hmacKey I have change my own, I run...
Hello, We (Chrome and Chrome OS) are working on a standardized Web API for handwriting recognition. The proposal is here: explainer. The API would allow websites to access handwriting recognizers...
apt update apt upgrade shutdown -r now apt install git python3-pip sudo apt install curl curl -sL https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo...
This call always raises an error. It appears that `responseCallback()` expects a fourth parameter to be passed. https://github.com/MyScript/iinkJS/blob/17b55124f908c50eb3917b7a8813315b0cc729d9/src/recognizer/websocket/WsRecognizerUtil.js#L63
While using the iinkJS with Math recognition and `image/png` in the mime type, the undo functionality does not work as expected. ### Steps to replicate the issue: 1. Open the...