We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb3b56e commit 8d87057Copy full SHA for 8d87057
example/app.js
@@ -32,7 +32,7 @@ class App extends Component {
32
</div>
33
{trimmedDataURL
34
? <img className={styles.sigImage}
35
- style={{backgroundImage: 'url(' + trimmedDataURL + ')'}} />
+ src={trimmedDataURL} />
36
: null}
37
38
}
0 commit comments