posthtml - PostHTML is a tool to transform HTML/XML with JS plugins

added by bpwndaddy
10/26/2015 9:44:34 AM

644 Views

PostHTML is a tool for transforming HTML/XML with JS plugins. PostHTML itself is very small. It includes only a HTML parser, a HTML node tree API and a node tree stringifier. All HTML transformations are made by plugins. And these plugins are just small plain JS functions, which receive a HTML node tree, transform it, and return a modified tree.


0 comments