mirror of
https://github.com/voltbonn/profile-picture-generator.git
synced 2024-12-22 07:45:04 +00:00
Don't tell about the scaling feature, as it does not work everywhere.
This commit is contained in:
parent
e6ebe3f174
commit
266c86b958
1 changed files with 3 additions and 0 deletions
|
@ -290,8 +290,11 @@ function App() {
|
|||
</>) : null}
|
||||
|
||||
{!!originalPhoto && !!frameURL ? (<>
|
||||
<h2>Reposition your Photo:</h2>
|
||||
{/*
|
||||
<h2>Edit your Photo:</h2>
|
||||
<p>Your can reposition the image and scale it. Use pinch-to-zoom or scroll to scale.</p>
|
||||
*/}
|
||||
|
||||
<Editor
|
||||
background={originalPhoto}
|
||||
|
|
Loading…
Reference in a new issue