1.0.1 • Published 5 years ago

@timreynolds/prismic-richtext v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
5 years ago

A helper to build generic tree from rich text raw json

Get a generic tree from a richtext

  import PrismicRichText from 'prismic-richtext';

  PrismicRichText.asTree(doc.data.myRichText)

Get a serialized tree from a richtext

You can find an example here: https://github.com/prismicio/prismic-dom/blob/master/src/index.js

  import PrismicRichText from 'prismic-richtext';
  // define a serialize function to manage your fragment
  // you can use the 'Element' Helper from PrismicRichText to match the different fragments
  function serialize() {...}
  
  PrismicRichText.serialize(doc.data.myRichText, serialize, htmlSerializer)
1.0.1

5 years ago

1.0.0

5 years ago