> For the complete documentation index, see [llms.txt](https://irosyadi.gitbook.io/irosyadi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://irosyadi.gitbook.io/irosyadi/drawing/sketch-hand-draw-like-app.md).

# Sketching, Hand Drawing, and Hand Writing Web App

## Sketch to Latex and Diagram

* [MyScript Webdemo](https://webdemo.myscript.com/)

## Digital Drawing in Hand Draw Style

* [Excalidraw](https://excalidraw.com/) : [Github link](https://github.com/excalidraw/excalidraw)
* [Excalideck - Weapon for Legendary Slides](https://excalideck.com/)
* [Zwibbler](https://zwibbler.com/demo/)
* [Sketchviz](https://sketchviz.com/new) : [Graphviz](https://www.graphviz.org/) in sketch or draw style.
* [WebSequenceDiagrams](https://www.websequencediagrams.com/)
* [Diagrams](https://app.diagrams.net/)

## Draw Chart using XKCD Style

* [Chart XKCD](https://timqian.com/chart.xkcd/)
* [Comix XKCD](https://cmx.io/edit/)
* [XKCD Style Matplotlib](https://jakevdp.github.io/blog/2012/10/07/xkcd-style-plots-in-matplotlib/)

## Draw Chart Hand Draw

* [Make any chart or diagram hand-drawn online for free](https://instad.io/)

## Typing Text in Handwritten Style

* [Handwriting Generation](https://seanvasquez.com/handwriting-generation/)
* [Text to Handwriting](https://saurabhdaware.github.io/text-to-handwriting/), [saurabhdaware/text-to-handwriting](https://github.com/saurabhdaware/text-to-handwriting)
* [Handwritten.js](https://alias-rahil.github.io/handwritten.js/)

## Font from Handwritten

* [Calligraphr](https://www.calligraphr.com/en/)

## Mandala Simmetric Draw

* [Mandalagaba](https://www.mandalagaba.com/): draw mandala
* [andala](https://www.aliciaunderhill.xyz/Andala/)

## Image Manipulation

* [PINTR](https://javier.xyz/pintr/) Image to Plotter Drawing


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://irosyadi.gitbook.io/irosyadi/drawing/sketch-hand-draw-like-app.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
