# iinkJS **Repository Path**: macqueen/iinkJS ## Basic Information - **Project Name**: iinkJS - **Description**: https://github.com/MyScript/iinkJS.git - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-07 - **Last Updated**: 2024-06-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # iinkJS [![npm version](https://badge.fury.io/js/iink-js.svg)](https://badge.fury.io/js/iink-js) [![Examples](https://img.shields.io/badge/Link%20to-examples-blue.svg)](https://myscript.github.io/iinkJS/examples/) [![Documentation](https://img.shields.io/badge/Link%20to-documentation-green.svg)](https://developer.myscript.com/docs/interactive-ink/latest/web/iinkjs/) > The fastest way to integrate rich **handwriting** features in your webapp.
iinkJS is a JavaScript library that can be used in every web application to bring handwriting recognition. It integrates all you need: * Signal capture for all devices, * Digital ink rendering, * Link to MyScript Cloud to bring handwriting recognition. ## Table of contents * [Examples](https://github.com/MyScript/iinkJS#examples) * [Features](https://github.com/MyScript/iinkJS#features) * [Requirements](https://github.com/MyScript/iinkJS#requirements) * [Installation](https://github.com/MyScript/iinkJS#installation) * [Usage](https://github.com/MyScript/iinkJS#usage) * [Documentation](https://github.com/MyScript/iinkJS#documentation) * [Development](https://github.com/MyScript/iinkJS#development) * [Support](https://github.com/MyScript/iinkJS#support) * [Feedback](https://github.com/MyScript/iinkJS#sharing-your-feedback) * [Contributing](https://github.com/MyScript/iinkJS#contributing) ## Examples Discover Interactive Ink with iinkJS and its major features with our [text demo and tutorial](http://webdemo.myscript.com/views/text.html). Try our two basic examples featuring [the text recognition](https://myscript.github.io/iinkJS/examples/v4/websocket_text_iink.html) and [the math recognition](https://myscript.github.io/iinkJS/examples/v4/websocket_math_iink.html). [All our examples](https://myscript.github.io/iinkJS/examples/) with the source codes in [this directory](https://github.com/MyScript/iinkJS/tree/master/examples). We also provide examples of integration with the major JavaScript frameworks: | Framework | Link | | --- | --- | |
| [Example of React integration](https://github.com/MyScript/web-integration-samples/tree/master/react-integration-examples) | |
| [Example of Angular integration](https://github.com/MyScript/web-integration-samples/tree/master/angular-integration-examples) | |
| [Example of Vue integration](https://github.com/MyScript/web-integration-samples/tree/master/vue-integration-examples) | ## Features * Text and Math support, * Easy to integrate, * Digital ink capture and rendering, * Rich editing gestures, * Import and export content, * Styling, * Typeset support, * More than 200 mathematical symbols supported, * 65 supported languages. You can discover all the features on our Developer website for [Text](https://developer.myscript.com/text) and [Math](https://developer.myscript.com/math). ## Requirements 1. Have [npm](https://www.npmjs.com/get-npm), [yarn](https://yarnpkg.com/en/docs/install). 2. Have a MyScript developer account. You can create one [here](https://developer.myscript.com/support/account/registering-myscript-cloud/). 3. Get your keys and the free monthly quota to access MyScript Cloud at [developer.myscript.com](https://developer.myscript.com/getting-started/web) ## Installation iinkJS can be installed with the well known package managers `npm`, `yarn`. If you want to use `npm` or `yarn` you first have to init a project (or use an existing one). ```shell npm init OR yarn init ``` You can then install iinkJS and use it as showed in the [Usage](https://github.com/MyScript/iinkJS#usage) section. ```shell npm install iink-js OR yarn add iink-js ``` ## Usage 1. Create an `index.html` file in the same directory. 2. Add the following lines in the `head` section of your file to use iinkJS and the css. We use [PEP](https://github.com/jquery/PEP) to ensure better browsers compatibilities. Note that you can also use it using dependencies from `node_modules`: ```html ``` 3. Still in the `head` section, add a `style` and specify the height and the width of your editor: ```html ``` 4. In the `body` tag, create a `div` tag that will contain the editing area: ```html
``` 5. In JavaScript and within a `
``` 7. Open `index.html` in your browser or serve your folder content using any web server. You can find this guide, and a more complete example on the [MyScript Developer website](https://developer.myscript.com/docs/interactive-ink/latest/web/iinkjs/). ## Documentation You can find a complete documentation with the following sections on our Developer website: * **Get Started**: [how to use iinkJS with a full example](https://developer.myscript.com/docs/interactive-ink/latest/web/iinkjs/get-started/), * **Editing**: [how to interact with content](https://developer.myscript.com/docs/interactive-ink/latest/web/iinkjs/editing/), * **Conversion**: [how to convert your handwritten content](https://developer.myscript.com/docs/interactive-ink/latest/web/iinkjs/conversion/), * **Import and Export**: [how to import and export your content](https://developer.myscript.com/docs/interactive-ink/latest/web/iinkjs/import-and-export/), * **Styling**: [how to style content](https://developer.myscript.com/docs/interactive-ink/latest/web/iinkjs/styling/). As well as a global [Configuration page](https://developer.myscript.com/docs/interactive-ink/latest/reference/web/configuration/). We also provide a complete [API Reference](https://myscript.github.io/iinkJS/docs/). ## Development Instructions to help you build the project and develop are available in the [SETUP.md](https://github.com/MyScript/iinkJS/blob/master/SETUP.md) file. ## Getting support You can get support and ask your questions on the [dedicated section](https://developer-support.myscript.com/support/discussions/forums/16000096021) of MyScript Developer website. ## Sharing your feedback ? Made a cool app with iinkJS? 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](mailto://myapp@myscript.com). ## Contributing We welcome your contributions: if you would like to extend iinkJS for your needs, feel free to fork it! Please take a look at our [contributing](https://github.com/MyScript/iinkJS/blob/master/CONTRIBUTING.md) guidelines before submitting your pull request. ## License This library is licensed under the [Apache 2.0](http://opensource.org/licenses/Apache-2.0).