MationHTML.js JavaScript Library Examples

Download Back To CSSScript.Com

A JavaScript library that converts HTML into custom formats. Define rules for a personalized transformation of your content.

Convert...

mationHTML.convert("<b>CSSScript</b>");
mationHTML.convert("<h1>CSSScript</h1>");

Into...

**CSSScript**
  # CSSScript