llmstxt - rahulpandita/react-term GitHub Wiki

You can serve this at yoursite.com/llms.txt or include it in your repository to help LLMs discover your documentation.

# react-term

> Modern terminal emulator for React and React Native — SharedArrayBuffer, Canvas 2D, WebGL2, Web Workers.

## Wiki Pages

- [Home](https://github.com/rahulpandita/react-term/wiki/Home): Project overview, features, quick start
- [Architecture](https://github.com/rahulpandita/react-term/wiki/Architecture): Off-main-thread architecture, worker lifecycle
- [Core-Package](https://github.com/rahulpandita/react-term/wiki/Core-Package): `@next_term/core` — CellGrid, Buffer, VTParser
- [Web-Package](https://github.com/rahulpandita/react-term/wiki/Web-Package): `@next_term/web` — WebTerminal, renderers, workers, addons
- [React-Package](https://github.com/rahulpandita/react-term/wiki/React-Package): `@next_term/react` — Terminal and TerminalPane components
- [Native-Package](https://github.com/rahulpandita/react-term/wiki/Native-Package): `@next_term/native` — NativeTerminal, Skia, gestures
- [Getting-Started](https://github.com/rahulpandita/react-term/wiki/Getting-Started): Installation, configuration, connecting to PTY
- [Rendering](https://github.com/rahulpandita/react-term/wiki/Rendering): WebGL2, Canvas2D, OffscreenCanvas rendering strategies
- [Accessibility](https://github.com/rahulpandita/react-term/wiki/Accessibility): ARIA, screen reader support
- [Contributing](https://github.com/rahulpandita/react-term/wiki/Contributing): Monorepo setup, tests, code style