react-konva
React + Canvas = Love. JavaScript library for drawing complex canvas graphics using React.
File Explorer
Download Latest Version (.zip)- release.yml
- test.yml
- FUNDING.yml
- makeUpdates.ts
- ReactKonva.ts
- ReactKonvaCore.tsx
- ReactKonvaHostConfig.ts
- html-fixture.tsx
- konva-helpers.ts
- mocking.ts
- render.tsx
- 01-mounting.test.tsx
- 02-scheduler.test.tsx
- 03-suspense.test.tsx
- 04-strict-mode.test.tsx
- 05-roots-portals.test.tsx
- 06-sync-external-store.test.tsx
- 07-mobx-race.test.tsx
- 08-stage-destroy.test.tsx
- 09-event-handling.test.tsx
- 10-refs-lifecycle.test.tsx
- 11-ssr.mjs
- 12-memory.test.tsx
- 13-error-handling.test.tsx
- 15-design-decisions.test.tsx
- 16-scheduling-invariants.test.tsx
- 17-transformer-state-sync.test.tsx
- .gitignore
- .travis.yml
- build.mjs
- LICENSE
- package.json
- ReactKonvaCore.d.ts
- README.md
- tsconfig.json
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/konvajs/react-konva
Downloads the entire project code from GitHub to your computer.
cd react-konva
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install react-konva konva
Downloads and installs the libraries listed in package.json.
npm install canvas@next
Downloads and installs the libraries listed in package.json.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
