wealthy-text-editor
TypeScript icon, indicating that this package has built-in type declarations

0.1.4 • Public • Published

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

/wealthy-text-editor/

    Package Sidebar

    Install

    npm i wealthy-text-editor

    Weekly Downloads

    1

    Version

    0.1.4

    License

    MIT

    Unpacked Size

    1.38 MB

    Total Files

    10

    Last publish

    Collaborators

    • devseasoned
    • felipefreitag
    • giovanisleite
    • diogoseasoned
    • peterson.seasoned
    • guga.guichard
    • victorvon