Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
React-konva – 2d canvas components for React
(
konvajs.org
)
3 points
by
lavrton
on Sept 7, 2020
|
hide
|
past
|
favorite
|
1 comment
rikroots
on Sept 7, 2020
[–]
I think the "How it looks?" example code given on the linked page is going to fail? The import statement should read:
`import { Stage, Layer, Rect, Circle } from 'react-konva';`
... ?
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
`import { Stage, Layer, Rect, Circle } from 'react-konva';`
... ?