react-native-image-marker
react-native-image-marker copied to clipboard
🙈Adding text or icon watermark to your image using React Native👀👀
**Is your feature request related to a problem? Please describe.** Not really, just a desire to have images be semi transparent. **Describe the solution you'd like** An alpha parameter.
Described in #85 The iOS part is still left because I have no idea about objective C 😿
**Is your feature request related to a problem? Please describe.** I am building a certificate generator where I need to place name in center but I need to move the...
Does this library have video support, i.e. can we add pictures and text as markers to videos? If no, do you plan to support that? Thanks in advance, and love...
**Describe the bug** ImageMarker makeText saveFormat:'base64' ios get base64 data crash ImageMarker.markText({ src: image.path, text: this.state.locationAddress, position: 'topLeft', color: '#FFFFFF', // fontName: 'Arial-BoldItalicMT', fontSize: 148, scale: 1, quality: 100, saveFormat:...
Hey there, I am marking a text into a dark color but in IOS there is a kind of stroke (border) into the text. Could we please remove or set...
**Describe the bug** Text quality very poor Anything i can do about that ? Bg image is 640x640 **To Reproduce** Steps to reproduce the behavior: 1. Call markText with following...
_disclaimer and guidance for devs new to this repo:_ I believe many of us try to validate OS repos are applicable for our use case before we invest more time...
Is there a chance to reach textAlign center on Multilines?
 The image format I use is Base64,now i can only set markerScale, my icons and images are offset。can i set width and height of the icon ?