fossajs
v0.0.5
Published
A Javascript Library for Website Structure
Downloads
10
Readme
fossajs
Installation
html
Put The script tag at the very bottom of your body tag.
<body>
<div>Demo</div>
<script src="https://unpkg.com/fossajs"></script>
</body>
NPM
Just install it using the simple npm install command.
$ npm install --save-dev fossajs
To see how to use, see the documentation.