Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
constructor (props) {
super(props)
this.state = {
uri: '',
image: bg,
marker: icon,
markImage: true,
base64: false,
useTextShadow: true,
useTextBgStyle: true,
textBgStretch: 0,
saveFormat: ImageFormat.png,
loading: false
}
}