1.0.2 • Published 1 year ago

pttsp-paste-image v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

pttsp-paste-image

Extracts images that copy/paste HTML content.

Params

ParamTypeDesctiption
contentanyEnter editor content
setMediasReact.SetStateAction<string[]>Enter setItemMedias

Example

useEffect(() => {
  if (...) {
    PasteImage({
      content: editorRef.current?.getContent(), // current editor content
      setMedias: setArticleMedias
    })
  }
}, [...])
1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago