0.1.2 • Published 5 years ago

@elemint/elemint v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

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

  • Infomation on how to contribute can be found here.

MIT License

  • License information can be found here.