react-drawing-board icon indicating copy to clipboard operation
react-drawing-board copied to clipboard

demo

Results 12 react-drawing-board issues
Sort by recently updated
recently updated
newest added

You can just check out this sandbox and see the console logs when drawing or doing anything onChange event never fire. https://codesandbox.io/s/dazzling-shamir-bi7d5?file=/src/App.js

Running the `npm install react-drawing-board` on a fresh project results in many warnings and errors. It seems that the listed dependencies in the package.json have changed names or location at...

We have a use case in which we want the user to be able to draw over an image. For example, the image could be a maze and the user...

This commit adds support for a Brazilian Portuguese locale, by creating a locale file on src/locales. I included translations for the background labels from https://github.com/dilidili/react-drawing-board/pull/25 so they are ready when...

The issue here is the `react-drawing-board` package is overriding certain css styles on my project and I do not think this was an intended behavior. ### Detailed descritption I installed...

We can add a pointer or eraser icon when the eraser is selected

I encountered with this error: ``` ./node_modules/antd/lib/style/index.css Global CSS cannot be imported from within node_modules. Read more: https://err.sh/next.js/css-npm Location: node_modules/antd/lib/button/style/css.js ```

Can you add the features in this project [link to netless](https://github.com/netless-io/flat-web).

The line smoothing is nice but I wonder if there is an option to disable it or control how smooth the line will be made. Thanks