lopjs
v1.0.9
Published
A javascript library for making graphical interfaces.
Maintainers
Readme
LopJS
[NOTE] JSON format has been updated! Documentation will be updated soon!
LopJS is a node application for developing beautiful websites with JSON(basically an interpreter 🚀)!
Installing
npm i -g lopjsIf you are interested in reading the documentation, head to the github
now, each uiObject must be like this:
{
"div": {
"type": "div",
"value": "Hello, World!",
"attributes": {
"id": "div"
}
}
}