0.1.4 • Published 4 years ago

wealthy-text-editor v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

pimp-pimp-156114760187876

// 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}
  />
)
0.1.4

4 years ago

0.1.2

4 years ago

0.1.3

4 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.1

5 years ago