1.4.1 • Published 6 years ago
draft-js-import-html v1.4.1
DraftJS: Import HTML to ContentState
This is a module for DraftJS that will convert HTML to editor content.
It was extracted from React-RTE and placed into a separate module for more general use. Hopefully it can be helpful in your projects.
Installation
npm install --save draft-js-import-html
How to Use
import {stateFromHTML} from 'draft-js-import-html';
let contentState = stateFromHTML(html);
This project is still under development. If you want to help out, please open an issue to discuss or join us on Slack.
License
This software is BSD Licensed.
1.4.1
6 years ago
1.4.0
6 years ago
1.3.3
7 years ago
1.3.2
7 years ago
1.3.0
7 years ago
1.2.1
8 years ago
1.2.0
8 years ago
1.1.0
8 years ago
1.0.2
8 years ago
1.0.1
8 years ago
0.4.0
8 years ago
0.3.2
9 years ago
0.3.1
9 years ago
0.3.0
9 years ago
0.2.2
9 years ago
0.2.1
9 years ago
0.2.0
9 years ago
0.1.10
9 years ago
0.1.9
9 years ago
0.1.8
9 years ago
0.1.7
10 years ago
0.1.6
10 years ago
0.1.5
10 years ago
0.1.4
10 years ago
0.1.3
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago