@jswork/weibo-ckeditor-upload-adpater
TypeScript icon, indicating that this package has built-in type declarations

1.0.13 • Public • Published

weibo-ckeditor-upload-adpater

Weibo ckeditor upload adapter.

version license size download

installation

npm install @jswork/weibo-ckeditor-upload-adpater

usage

import WeiboCkeditorUploadAdpater from '@jswork/weibo-ckeditor-upload-adpater';
import ReactCkeditor from '@jswork/react-ckeditor';

// usage
<ReactCkeditor
  value={this.state.value}
  onChange={this.handleChange}
  imageUploadAdapter={WeiboCkeditorUploadAdpater}
/>

license

Code released under the MIT license.

Package Sidebar

Install

npm i @jswork/weibo-ckeditor-upload-adpater

Weekly Downloads

6

Version

1.0.13

License

MIT

Unpacked Size

9.63 kB

Total Files

8

Last publish

Collaborators

  • afeiship