Canvas element does not resize when using ReactJS and PaperJS together
You'll have to use the data-paper-resize
prop, since React doesn't recognize the resize
prop.
<canvas id="myCanvas" data-paper-resize />
See Canvas Configuration and Supported Attributes.