Skip to main content

Installation

bun add react-code-canvas@latest

With npm:

npm install react-code-canvas@latest

With Yarn:

yarn add react-code-canvas@latest

Peer Dependencies

Your app must provide React and React DOM:

{
"react": "^19.0.0",
"react-dom": "^19.0.0"
}

Development From Source

This repository uses Bun:

bun install --frozen-lockfile
bun run test
bun run build

Run Storybook locally:

bun run dev