karbid
v1.1.5
Published
A markup language that talks with css and javascript.
Downloads
8
Readme
Karbid
A markup language that talks with css and javascript.
Installation
npm
Install the package with npm
npm install karbidDirect Installation
Clone this repository and add the script to your project
<script src="src/karbid.js"></script>and then you'll need to render your karbid code
karbid.render(code);or you can render a remote karbid (.kd) file
karbid.renderFile("pathToKarbidFile.kd");Documentation
For documentation and examples, see the wiki
