react-photo-studio icon indicating copy to clipboard operation
react-photo-studio copied to clipboard

React Photo Studio is a free online photo editor for photography and design

Results 66 react-photo-studio issues
Sort by recently updated
recently updated
newest added

The gradient icon should look like this: ![image](https://user-images.githubusercontent.com/53957795/103859198-7fcde200-511e-11eb-8fea-121057966174.png) But the current React Photo Studio version is a little bit lighter, and also is going in the wrong direction: ![image](https://user-images.githubusercontent.com/53957795/103859234-95dba280-511e-11eb-9ac6-8beb393842b9.png) This...

enhancement
good first issue

The Path Selection Icon should have the stroke of the SVG on the inside of the path: ![image](https://user-images.githubusercontent.com/53957795/103859064-48f7cc00-511e-11eb-85cd-8a58ea3c7f32.png) On React Photo Studio it currently is on the outside: ![image](https://user-images.githubusercontent.com/53957795/103859096-54e38e00-511e-11eb-8a8b-a020f6638c13.png) This...

enhancement
good first issue

The zoom icon should have a highlight on the glass: ![image](https://user-images.githubusercontent.com/53957795/103858944-1948c400-511e-11eb-8c0e-ceadcfbab41a.png) But in the current version it is not there: ![image](https://user-images.githubusercontent.com/53957795/103858980-2796e000-511e-11eb-8710-d0a0d1878164.png) This should be added in.

enhancement
good first issue

There should be a `Edit Toolbar` item. This is currently not showing on the toolbar. It is the middle item in this screenshot: ![image](https://user-images.githubusercontent.com/53957795/103858849-f4545100-511d-11eb-90c1-41a2ae4c09c0.png) This should be added to the...

enhancement
good first issue

There should be a `Quick Mask Mode` item. This is currently not showing on the toolbar. It is the second to bottom item in this screenshot: ![image](https://user-images.githubusercontent.com/53957795/103858629-91fb5080-511d-11eb-8dc6-f22b3aa044ba.png) This should be...

enhancement
good first issue

There should be a `Change Screen Mode` item. This is currently not showing on the toolbar. It is the bottom item in this screenshot: ![image](https://user-images.githubusercontent.com/53957795/103858629-91fb5080-511d-11eb-8dc6-f22b3aa044ba.png) This should be added to...

enhancement
good first issue

In `Options.tsx` we do some non-null assertions which lint complains about. As a temporary fix we have added ` // eslint-disable-next-line @typescript-eslint/no-non-null-assertion` before these lines. Instead though we should remove...

technical

The Brush selection feature should be implemented that allows the user to select which brush type they would like to use. Tracking should be added to all the options.

new feature

A feature should be added to allow the user to open PNG files. The image should be imported and added to the canvas.

new feature