Skip to content

Plato-solutions/html-denormalizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

foundry-html-denormalizer

Transforms JSON to HTML.

Install

npm install --save https://github.com/Plato-solutions/html-denormalizer

Node.js/CommonJS:

const denormalize = require("html-denormalizer").denormalize;

ES6

import { denormalize } from "html-denormalizer";

Usage

jsonString = "{}"; // some json string here
htmlString = denormalize(jsonString); // returns an html string

About

transforms normalized html to regular html

Resources

Stars

Watchers

Forks

Packages

No packages published