freebsd-ports/www/py-draftjs-exporter/pkg-descr
Sunpoet Po-Chuan Hsieh 5b1218ae44 Move www/py-draftjs_exporter to www/py-draftjs-exporter
- Bump PORTREVISION for dependency change
2020-12-05 13:52:37 +00:00

11 lines
524 B
Text

Draft.js exporter is a library to convert rich text from Draft.js raw
ContentState to HTML.
It is developed alongside the Draftail rich text editor, for Wagtail.
Draft.js is a rich text editor framework for React. Its approach is different
from most rich text editors because it does not store data as HTML, but rather
in its own representation called ContentState. This exporter is useful when the
ContentState to HTML conversion has to be done in a Python ecosystem.
WWW: https://github.com/springload/draftjs_exporter