MaseJS

Write cleaner, more maintainable web UIs. Explore MaseJS - write HTML & CSS directly in JavaScript!

const masejs = {
  div: {
    // define styles and nested elements
  }
};
MaseJSInterpreter.interpret(masejs);