1.0.0 • Published 5 years ago

@hugohammarstrom/gutenberg-parser v1.0.0

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

Gutenberg Parser

A npm module that parses gutenberg data built on Ivan Enderlin´s project gutenberg-parser-rs

Install

$ npm i @hugohammarstrom/gutenberg-parser

Usage

const parser = require("./lib").default;

(async function() {
  const res = await parser.root(
    "<!-- wp:html --><p>HTML TEXT</p><!-- /wp:html -->"
  );
  console.log(res);
})();

Related

1.0.0

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago