lopjs

1.0.9 • Public • Published

LopJS

[NOTE] JSON format has been updated! Documentation will be updated soon!

version downloads CircleCI

LopJS is a node application for developing beautiful websites with JSON(basically an interpreter 🚀)!

Installing

npm i -g lopjs

If 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"
        }
    }
}

/lopjs/

    Package Sidebar

    Install

    npm i lopjs

    Weekly Downloads

    2

    Version

    1.0.9

    License

    ISC

    Unpacked Size

    4.14 kB

    Total Files

    6

    Last publish

    Collaborators

    • astronomizedev