CSSOM

CSSOM 0.3.1

Created as an implementation of the CSS Object Model in pure JavaScript, CSSOM can additionally be used to parse CSS structures into JavaScript objects. This means CSSOM can be used to accurately portray the structure of a stylesheet via JS code. Works...

Mold

Mold 2.0.0

At only 200 lines of code, the library is very light-weight for a client-side library. Mold compiles plain-text templates to functions that map JavaScript values to strings (the filling in of the template) and provides an interface for directly inserting...