dash-canvas icon indicating copy to clipboard operation
dash-canvas copied to clipboard

An interactive image editing component for Dash

Results 49 dash-canvas issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 4.3.9 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) v4.8.0 Support for numeric separators (million...

dependencies

Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1. Changelog Sourced from thenify's changelog. 3.3.1 / 2020-06-18 fixes [0d94a24] - fix: remove eval (#30) (Yiyu He ) Commits 1d054b4 Release 3.3.1 0d94a24 fix:...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.31. Commits 97f3368 Bump version 0.7.31 b86860e Merge pull request #546 from hansott/master 157af1e Merge pull request #547 from sunny-mwx/patch-1 b4cfe1b Merge pull request #535...

dependencies

Hello all, I was trying to translate an applet from Python to R, but encountered a problem. The snippet I used was from the tutorial at: https://dashr.plotly.com/dash-canvas And it was...

Follow-up of #33. I added the possibility to replace the objects instead of adding them to the existing ones.

For smaller images (e.g. 256x256 x3 RGB planes), saving as TIFF is faster by about an order of magnitude.

``` dash_canvas.DashCanvas( id='canvas', width=800, height=445, tool='rectangle', lineWidth=2, filename=filename, hide_buttons=['pencil', 'line', 'pan', 'select', 'zoom'], goButtonTitle='Get coordinates' ), ``` Setting the `tool` parameter equal to 'rectangle' is supposed to set the tool...

Hello all! I am creating an annotation using dash_canvas. I am storing my annotations (the json_data generated by the canvas) in a database, so that later someone could verify them...

Greetings, We ( group of 11 members ) have a software development lab in which we require to work as a team and contribute to a live open source project....