Elemint is maintained under the semantic versioning guidelines
- Traverse the DOM.
- Manage animations and events.
- Manipulate elements and styles.
- API documentation can be found here.
-
Download the latest version of the library from here.
-
Include the library in the body of an HTML document:
<script src='path/to/elemint.js'>
Install
-
Download the latest version of the library:
npm i @elemint/elemint
-
Require the library in a script:
require('@elemint/elemint');
- Infomation on how to contribute can be found here.
- License information can be found here.