draftjs_exporter 0.0.7
Draft.js is a framework for building rich text editors. However, it does not support exporting documents at HTML. This gem is designed to take the raw `ContentState` (output of `convertToRaw`) from Draft.js and convert it to HTML using Ruby.
Gemfile:
=
installation:
=
Dépendances de Runtime (1):
nokogiri
>= 1.6.0, ~> 1.6
Dépendances de Development (4):
codeclimate-test-reporter
>= 0.5.0, ~> 0.5
rspec
>= 3.4.0, ~> 3.4
rubocop
>= 0.40.0, ~> 0.40
simplecov
>= 0.11.0, ~> 0.11