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 7488dde commit bcbfeafCopy full SHA for bcbfeaf
README.MD
@@ -60,7 +60,7 @@ pod 'RNImageMarker', :path => '../node_modules/react-native-image-marker'
60
export enum ImageFormat {
61
png = 'png',
62
jpg = 'jpg',
63
- base64 = 'base64',
+ base64 = 'base64', // base64 string
64
}
65
66
export type TextMarkOption = {
@@ -99,7 +99,7 @@ export type TextMarkOption = {
99
|`scale`| scale image |
100
|`quality`| image qulaity |
101
|`filename` | set filename for the result |
102
-|`saveFormat`| `png` `jpg` `base54`, default is `jpg` |
+|`saveFormat`| `png` `jpg` `base64`, default is `jpg` |
103
104
```typescript
105
export type ImageMarkOption = {
0 commit comments