MyScriptJS
MyScriptJS copied to clipboard
:pencil2: :cloud: MyScriptJS is the fastest way to integrate rich handwriting recognition features in your webapp.
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.19. Release notes Sourced from lodash's releases. 4.17.16 Commits d7fbc52 Bump to v4.17.19 2e1c0f2 Add npm-package 1b6c282 Bump to v4.17.18 a370ac8 Bump to v4.17.17 1144918...
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.11.0 to 3.14.0. Changelog Sourced from js-yaml's changelog. [3.14.0] - 2020-05-22 Changed Support safe/loadAll(input, options) variant of call. CI: drop outdated nodejs versions. Dev deps bump. Fixed...
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...
The version of `assign-deep` used by the project has an active vulnerability and is recommended to update to the latest version: https://github.com/jonschlinkert/assign-deep/blob/1.0.1/README.md Would it be possible to upgrade the project...
Bumps [assign-deep](https://github.com/jonschlinkert/assign-deep) from 0.4.7 to 0.4.8. Commits c2324e6 0.4.8 8e3cc4a ensure keys are valid See full diff in compare view Maintainer changes This version was pushed to npm by doowb,...
When attempting to `import "myscript";` to use in a REST API the `XMLHttpRequest` instance in undefined. Assumption was made: ```typescript // We are writing some browser module here so the...
I am very excited to have such a good handwritten formula recognition tool, which has helped me a lot. I found several problems in using it. Next I'll list some...
I am listening for an ‘error’ event to catch an error. ( vue App ) `this.$refs.editor.addEventListener('error', (evt: any) => { console.log(evt, "evt") });` But there are some errors of type="error"...
This will be considered as `\hat H\left|\Psi \rangle = E\left|\Psi\rangle` The desired result should `\hat H\left|\Psi \right\rangle = E\left|\Psi\right\rangle` if without the physics package. `\hat H\ket{\Psi} = E\ket{\Psi}` if with...
Can I config the post suffixurl (e.g. '/api/v4.0/iink/batch') when I need recognize? Because it's different in V3 and V4, but we used a same MyScript Server.