iinkTS Examples ← Modern Examples
⚠ Legacy
⚠ Deprecated

Legacy Examples

Interactive Ink Canvas SSR and deprecated Ink Canvas (v1) examples. Kept for reference — use Interactive Ink Canvas or Ink Canvas (v2) for new projects.

24Interactive Ink Canvas SSR
7Ink Canvas (v1) Deprecated
5Dev Tools
INTERACTIVITY LEGACY SSR

Get Started

Basic multi-line text recognition — handwriting to digital text in real time.

INTERACTIVITY LEGACY SSR

Gesture

Basic multi-line text recognition — handwriting to digital text in real time with gesture support.

INTERACTIVITY LEGACY SSR

Disable Guides

Text canvas without baseline guide lines — clean writing area.

INTERACTIVITY LEGACY SSR

Eraser

Erase handwritten strokes using the built-in eraser tool.

INTERACTIVITY LEGACY SSR

Local Storage

Persist recognized text to browser local storage across sessions.

INTERACTIVITY LEGACY SSR

Custom Lexicon

Boost recognition accuracy by adding domain-specific vocabulary.

INTERACTIVITY LEGACY SSR

Custom Resource

Load pre-trained language model resources for specialized domains.

INTERACTIVITY LEGACY SSR

Customize Canvas CSS

Override default canvas styles with custom CSS classes.

INTERACTIVITY LEGACY SSR

Customize Stroke Style

Change pen color, stroke width, and font appearance settings.

INTERACTIVITY LEGACY SSR

Import Pointer Events

Replay pre-recorded ink pointer events programmatically.

INTERACTIVITY LEGACY SSR

Import Text Content

Pre-populate the canvas with existing text content via import.

INTERACTIVITY LEGACY SSR

Search Text

Find and highlight words in recognized text without Smart Guide.

INTERACTIVITY LEGACY SSR

Interact

Handle word-level tap/click interaction events on recognized text.

INTERACTIVITY LEGACY SSR

Highlight Words

Programmatically highlight specific recognized words in the result.

INTERACTIVITY LEGACY SSR

Multiple Inputs

Use multiple independent canvas instances on a single page.

INTERACTIVITY LEGACY SSR

File Export

Export handwriting as DOCX, HTML, and other document formats.

INTERACTIVITY LEGACY SSR

Get Started

Real-time handwritten math equation recognition and rendering.

INTERACTIVITY LEGACY SSR

MathML

Real-time handwritten math equation recognition and rendering with MathML export.

INTERACTIVITY LEGACY SSR

Custom Resource

Load custom math grammars and symbol sets for specialized notation.

INTERACTIVITY LEGACY SSR

Custom Resource (pre-compiled)

Pre-compiled custom math resources for faster loading performance.

INTERACTIVITY LEGACY SSR

Import JIIX

Import mathematical content from JIIX (JSON Ink Interchange eXchange) format.

INTERACTIVITY LEGACY SSR

Math Inside Page

Embed a math canvas inline within existing page content.

INTERACTIVITY LEGACY SSR

Draw Graph

Plot recognized math functions live using Desmos graph integration.

INTERACTIVITY LEGACY SSR

Custom Client

Override the default webSocket client to connect to your own backend.

INTERACTIVITY LEGACY SSR

Custom Grabber

Override the default pointer input handler with a fully custom grabber.

INTERACTIVITY LEGACY SSR

Export On Demand

Trigger recognition export manually instead of on every ink change.

INTERACTIVITY LEGACY SSR

Handle Errors

Error handling patterns for network issues, authentication, and reconnection.

InkCanvas-v1 Deprecated

Get Started

Basic text recognition using the legacy Ink Canvas v1 API.

InkCanvas-v1 Deprecated

Customize Stroke Style

Change pen color and stroke style with the legacy Ink Canvas v1 text.

InkCanvas-v1 Deprecated

Get Started

Basic math equation recognition using the legacy Ink Canvas API.

InkCanvas-v1 Deprecated

Get Started

Diagram recognition with automatic text and shape distinction.

InkCanvas-v1 Deprecated

Import Pointer Events

Replay pre-recorded pointer events into the legacy ink canvas diagram.

InkCanvas-v1 Deprecated

Get Started

Raw ink recognition with no explicit text, math, or diagram segmentation.

InkCanvas-v1 Deprecated

Without UI

Headless REST recognition with no visible canvas UI — API usage only.

InkCanvas-v1 Deprecated

Custom Client v1

Override default http client.

InkCanvas-v1 Deprecated

Custom Grabber v1

Override default pointer input handling.

Ready for modern examples?

Interactive Ink Canvas and Ink Canvas offer a richer, more flexible experience.

← Back to Modern Examples