Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
rikroots
on Sept 7, 2020
|
parent
|
context
|
favorite
| on:
React-konva – 2d canvas components for React
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';`
... ?