
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
myscript-text-web
Advanced tools
The easy way to integrate text handwriting recognition in your web app.
The easy way to integrate text handwriting recognition in your web app.
myscript-text-web is a Web component that can be used in every web application to bring text handwriting recognition and conversion.
It integrates all you need:
If you're not familiar with MyScript and Interactive Ink, consider discovering its major features with our text demo and tutorial.
Simple example of myscript-text-web.
All our examples with the source codes.
You can discover all the text features on our Developer website.
Use an existing project or start a fresh one.
npm init
Install myscript-text-web and use it as showed in the Usage section.
npm install myscript-text-web
Create an index.html file in the same directory.
Add the following lines in the head section to import the library and the webcomponents polyfill.
<script type="module" src="node_modules/myscript-text-web/myscript-text-web.js"></script>
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
head section, add the following style:<style>
myscript-text-web {
height: 100vh;
}
</style>
body section with the keys you received by mail.<myscript-text-web
applicationkey="YOUR MYSCRIPT DEVELOPER APPLICATION KEY"
hmackey="YOUR MYSCRIPT DEVELOPER HMAC KEY">
</myscript-text-web>
index.html file should look like this:<html>
<head>
<script type="module" src="node_modules/myscript-text-web/myscript-text-web.js"></script>
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
<style>
myscript-text-web {
height: 100vh;
}
</style>
</head>
<body>
<myscript-text-web
applicationkey="YOUR MYSCRIPT DEVELOPER APPLICATION KEY"
hmackey="YOUR MYSCRIPT DEVELOPER HMAC KEY">
</myscript-text-web>
</body>
</html>
polymer serve
You can find this guide and a more complete example on the MyScript Developer website.
You can find a complete documentation with the following sections on our Developer website:
We also provide a complete API Reference.
You can get support and ask your questions on the dedicated section of MyScript Developer website.
Made a cool app with myscript-text-web? We would love to hear about you!
We’re planning to showcase apps using it so let us know by sending a quick mail to myapp@myscript.com
We welcome your contributions: if you wish to contribute to myscript-text-web, feel free to fork it!
Please take a look at our contributing guidelines before submitting your pull request.
This library is licensed under the Apache 2.0.
FAQs
The easy way to integrate text handwriting recognition in your web app.
We found that myscript-text-web demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.