jim-js
JavaScript Interactive Microlibrary
Overview
Jim is a JavaScript micro-library that uses events for interactivity.
Jim offers a keyboard management system to associate a key with a parameterizable action.
It is therefore possible to access a specific page, whether on site or on the web, or to launch animations or actions; for example, give the user the possibility to disconnect by pressing the "Q" key.
Jim is provided without any lines of jQuery code, nor any dependencies.
Jim was a study project...
Summary
- Package Manager
- CDN
- Download
- Content
- Language
- Support
- Documentation
- Issues
- Pull Requests
- Contributing
- Versioning
- Creator
- Copyright
Package Manager
NPM : npm i jim-js
Yarn : yarn add jim-js
CDN
https://cdn.jsdelivr.net/npm/jim-js@0.2.3/js/jim.js
Download
git clone https://github.com/phiippebeck/jim-js.git
Content
The project contains 2 JS files :
- datas = the references for each of the keys
- jim = the library
Language
Jim is wrote with JavaScript
Support
Jim has NO continuous support !
Documentation
Documentation is available !
Issues
Issues can be created here
Pull Requests
And Pull Requests can be created there
Contributing
Jim needs you if you like it : sends pull requests on GitHub to improve it !!
Versioning
Jim is maintained under the Semantic Versioning 2.0.0
Creator
Philippe Beck
Copyright
Code released under the MIT License