Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 372 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 372 Bytes

react-canvas-fiber

Experimental work to manipulate Canvas api with React

  • Custom reconciler to render React component into a Canvas
  • Use Yoga to easily position element with CSS like API
  • Use a custom text measurer to correctly break lines of text

It's like react-three-fiber for 2D Canvas.