AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
Installation
Install react-vello and its peer dependencies.
Requirements
- React 18 or 19
- react-dom (peer dependency)
- A browser with WebGPU enabled for the GPU path (see WebGPU)
Install
npm install react-vello react react-domOr with pnpm / yarn / bun:
pnpm add react-vello react react-dom