Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 1.48 KB

File metadata and controls

58 lines (35 loc) · 1.48 KB

mimeeq-auth-html-client

Latest Version on NPM Software License Build Status

Installation

Using CDN

<script src="https://cdn.jsdelivr.net/npm/mimeeq-auth-html-client@1.2.0/dist/index.standalone.umd.js"></script>

Using package manager

You can install the package via package manager of your choice, for example with yarn:

$ yarn add mimeeq-auth-html-client

and then simply import it:

import('mimeeq-auth-html-client')

Documentation

You can find detailed documentation here.

Testing

$ npm run test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please contact @adriandmitroca instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.

Credits