react-art icon indicating copy to clipboard operation
react-art copied to clipboard

React Bridge to the ART Drawing Library

Results 29 react-art issues
Sort by recently updated
recently updated
newest added

I am using react-native-web in my Application. Recta-Native-web dependency is recta-art. When i run my react app from webpack in Windows i get this error `Cannot read property "hex" of...

What's the status of this project? After digging around (see https://github.com/reactjs/react-art/pull/104) to resolve the following error during npm run build: `ERROR in ./~/react-art/lib/ReactART.js Module not found: Error: Cannot resolve module...

I try to render svg but have an error when rendering Shape. ``` js/app.js:2271 Error: attribute d: Expected moveto path command ('M' or 'm'), "[object Object]". ``` I've made a...

Hello! I guess there's no need to explain now what [create-react-app](https://github.com/facebookincubator/create-react-app/) is and why it's nice to have examples using it. Hope it'll help newcomers like me to get started...

Hi :) I am trying to create a `PaperJS` bridge similar to `ReactARTFiber`. I have a few questions about the integration, and I thought this was the best place to...

hello! Thanks for this awesome library! As I was playing around with the demo page, I had to search through the source code to find which props to set in...

The fix to make react-art usable with react ^15.4 (`react/lib` to `react-dom/lib`) has been pushed on the git repo but wasn't published to npm. Is it possible for you to...

I have added an onClick handler to the group component but I am getting this warning in my console: `bind(): React component methods may only be bound to the component...

We could use `getDefaultProps` instead of a ternary expression inside render function body.

CLA Signed