1.1.1 • Published 3 years ago

jslim-library v1.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

JSlim library

Install JSLim

Ensure that Node is installed on your system.

npm i jslim-library

Using JSlim in your code

Include it in your HTML

<body>

    <script type="module" src="/node_modules/jslim-library/src/index.js"></script>
</body>

Contributing

Fork the repo and submit a pull request when your changes are ready.

Make sure to follow the existing project structure, for example, by creating a new module in /src/modules/YourNewFile.js and then importing your new module in /src/plugin/JSlim.js

1.1.1

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago