MyScriptJS icon indicating copy to clipboard operation
MyScriptJS copied to clipboard

:pencil2: :cloud: MyScriptJS is the fastest way to integrate rich handwriting recognition features in your webapp.

Results 11 MyScriptJS issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

dependencies

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...

dependencies

Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.merge&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

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,...

dependencies

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.