Build Status David license

Elemint is maintained under the semantic versioning guidelines

Features

  • Traverse the DOM.
  • Manage animations and events.
  • Manipulate elements and styles.

API Usage

  • API documentation can be found here.

Browser Usage

  • 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'>

NPM Usage

Install

  • Download the latest version of the library:

      npm i @elemint/elemint
  • Require the library in a script:

      require('@elemint/elemint');

Contributing

  • Contribution infomation can be found here.

License

  • License information can be found here.