diff --git a/en/react-native-image-marker.md b/en/react-native-image-marker.md index b53a8819ac8f0b59a1ab88fb78beae6b589246ad..d7fcac83b57cdbc1a698e50fa6ff78a4f9037154 100644 --- a/en/react-native-image-marker.md +++ b/en/react-native-image-marker.md @@ -358,7 +358,7 @@ markImage(options: ImageMarkOptions): Promise; | Name | Description | Type | Required | Platform | HarmonyOS Support | | ----------- | ----------------------- | ------ | -------- | ----------- | ----------------- | -| backgroundImage | background image options | [ImageOptions](#imageoptions) | yes | iOS/Android | yes | +| backgroundImage | background image options | [ImageOptions](#imageoptions) | yes | iOS/Android | partially | | quality | image quality `0-100`, `100` is best quality. defaultValue 100 | number | no | iOS/Android | yes | | filename | save image name | string | no | iOS/Android | yes | | saveFormat | save image format 'png','jpg','base64',default 'png' | [ImageFormat](#imageformat) | no | iOS/Android | yes | @@ -386,7 +386,7 @@ markText(options: TextMarkOptions): Promise; ##### TextMarkOptions | Name | Description | Type | Required | Platform | HarmonyOS Support | | --------- | ---------------------------------------------- | ------ | -------- | ----------- | ----------------- | -| backgroundImage | background image options | [ImageOptions](#imageoptions) | yes | iOS/Android | yes | +| backgroundImage | background image options | [ImageOptions](#imageoptions) | yes | iOS/Android | partially | | watermarkTexts | text options | Array\<[TextOptions](#textoptions)> | yes | iOS/Android | yes | | quality | image quality 0-100, 100 is best quality. defaultValue 100 | number | no | iOS/Android | yes | | filename | save image name | string | no | iOS/Android | yes | @@ -469,10 +469,10 @@ extends Padding | y | radius value for y | number / string | no | iOS/Android | yes | ## Known Issues - +- [ ] Harmony OS is not support backgroundImage-ImageOptions-alpha feature now: [issue#30](https://github.com/react-native-oh-library/react-native-image-marker/issues/30) - [x] Harmony OS is not support font name feature now: [issue#7](https://github.com/react-native-oh-library/react-native-image-marker/issues/7) - [x] Harmony OS is not support font skewX feature now: [issue#8](https://github.com/react-native-oh-library/react-native-image-marker/issues/8) -- [x] Harmony OS is not support font italic feature now:[issue#9](https://github.com/react-native-oh-library/react-native-image-marker/issues/9) +- [x] Harmony OS is not support font italic feature now: [issue#9](https://github.com/react-native-oh-library/react-native-image-marker/issues/9) ## Others diff --git a/zh-cn/react-native-image-marker.md b/zh-cn/react-native-image-marker.md index 134fc248540b0af0a0caeaa6e6edbc3963e8e048..8685add661a4e40b69347319fc1ba0b6d0f0af48 100644 --- a/zh-cn/react-native-image-marker.md +++ b/zh-cn/react-native-image-marker.md @@ -353,7 +353,7 @@ markImage(options: ImageMarkOptions): Promise; | Name | Description | Type | Required | Platform | HarmonyOS Support | | ----------- | ----------------------- | ------ | -------- | ----------- | ----------------- | -| backgroundImage | background image options | [ImageOptions](#imageoptions) | yes | iOS/Android | yes | +| backgroundImage | background image options | [ImageOptions](#imageoptions) | yes | iOS/Android | partially | | quality | image quality `0-100`, `100` is best quality. defaultValue 100 | number | no | iOS/Android | yes | | filename | save image name | string | no | iOS/Android | yes | | saveFormat | save image format 'png','jpg','base64',default 'png' | [ImageFormat](#imageformat) | no | iOS/Android | yes | @@ -381,7 +381,7 @@ markText(options: TextMarkOptions): Promise; ##### TextMarkOptions | Name | Description | Type | Required | Platform | HarmonyOS Support | | --------- | ---------------------------------------------- | ------ | -------- | ----------- | ----------------- | -| backgroundImage | background image options | [ImageOptions](#imageoptions) | yes | iOS/Android | yes | +| backgroundImage | background image options | [ImageOptions](#imageoptions) | yes | iOS/Android | partially | | watermarkTexts | text options | Array\<[TextOptions](#textoptions)> | yes | iOS/Android | yes | | quality | image quality 0-100, 100 is best quality. defaultValue 100 | number | no | iOS/Android | yes | | filename | save image name | string | no | iOS/Android | yes | @@ -464,10 +464,10 @@ extends Padding | y | radius value for y | number / string | no | iOS/Android | yes | ## 遗留问题 - -- [x] Harmony OS is not support font name feature now: [issue#7](https://github.com/react-native-oh-library/react-native-image-marker/issues/7) +- [ ] Harmony OS is not support backgroundImage-ImageOptions-alpha feature now: [issue#30](https://github.com/react-native-oh-library/react-native-image-marker/issues/30) +- [x] Harmony OS is not support font name feature now: [issue#7](https://github.com/react-native-oh-library/react-native-image-marker/issues/7) - [x] Harmony OS is not support font skewX feature now: [issue#8](https://github.com/react-native-oh-library/react-native-image-marker/issues/8) -- [x] Harmony OS is not support font italic feature now:[issue#9](https://github.com/react-native-oh-library/react-native-image-marker/issues/9) +- [x] Harmony OS is not support font italic feature now: [issue#9](https://github.com/react-native-oh-library/react-native-image-marker/issues/9) ## 其他