Skip to content

burdy-io/burdy-web-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burdy Web Utils

Powerful utilities to simplify usage of the Burdy on the web.

Instalation

npm i burdy-web-utils

Functionalities

richtextToHtml

A function for converting Richtext (DraftJS) Editor content to plain HTML.

This is forked version of draftjs-to-html draftjs-to-html created by Jyoti Puri.

Usage

import { richtextToHtml } from 'burdy-web-utils';

const rawContentState = BURDY_RICHTEXT_RESPONSE;

const markup = richtextToHtml(
  rawContentState
);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published