Appearance
Parameter Access and Embedding Integration
PhoText is an AI-powered image text editing tool that focuses on simple and efficient image text modification. It supports multi-platform usage on computers and mobile devices. No professional photo editing skills required - just click on text to edit directly. It also provides additional features like image translation and font recognition to meet various image text processing needs. |
Parameters
PhoText supports passing image URLs to open in the editor for editing through the following link format:
TypeScript
https://photext.shop/editor?image_url=${YOUR_IMAGE_URL}
(Replace ${YOUR_IMAGE_URL}
with the target image's online link)
Other Parameters
Parameter Name | Function | Example |
---|---|---|
responsive | Controls interface layout. When responsive=true , uses responsive interface (suitable for small screen embedding). Default is three-column large screen layout. | https://photext.shop/editor?image_url=xxx&responsive=true |
Language Parameter | Add language code to the link to set editor interface language, Supports English (en), Simplified Chinese (cn), Traditional Chinese (hant), Japanese (jp), Korean (ko), Thai (th), Russian (ru), Hindi (hi), French (fr), Spanish (es), and Portuguese (pt). | https://photext.shop/en/editor?image_url=xxx (English interface) |
Embedding
iframe embedding code:
Vue
<template #default>
<iframe
:src="iframeSrc"
style="min-width:400px;min-height:600px;border:none;"
/>
</template>
Example: