Skip to content

Commit bcbfeaf

Browse files
committed
docs: base54 -> base64
1 parent 7488dde commit bcbfeaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.MD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pod 'RNImageMarker', :path => '../node_modules/react-native-image-marker'
6060
export enum ImageFormat {
6161
png = 'png',
6262
jpg = 'jpg',
63-
base64 = 'base64',
63+
base64 = 'base64', // base64 string
6464
}
6565

6666
export type TextMarkOption = {
@@ -99,7 +99,7 @@ export type TextMarkOption = {
9999
|`scale`| scale image |
100100
|`quality`| image qulaity |
101101
|`filename` | set filename for the result |
102-
|`saveFormat`| `png` `jpg` `base54`, default is `jpg` |
102+
|`saveFormat`| `png` `jpg` `base64`, default is `jpg` |
103103
104104
```typescript
105105
export type ImageMarkOption = {

0 commit comments

Comments
 (0)