// src/App.js
import WealthyEditor from 'wealthy-text-editor'
const handleImageUpload = async file => {
const imgUrl = await uploadToMyServer(file)
return imgUrl
}
export default props => (
<WealthyEditor
onImageUpload={handleImageUpload}
counter
onChange={console.log}
initialText={text}
/>
)
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
seasonedcc/wealthy-text-editor
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|