I'm back to this project and I hope to evolve it and get a stable library. I have great plans for this project. You can follow development in the next link: Link to Project.
This release is based on three improvements:
Airbnb has an excellent style guide for javascript and I added this audit with Es Lint. Mainly is the implementation of the last standard for javascript, in this case Ecmascript 2018 (ES8). Now you can use last javascript standard (ES8): arrow functions, destructuring, const, let, literal templates, import, export and classes with the audit of airbnb.
It will improve the understanding for code and let you to join to the project following some rules to make the code more readable for all contributors.
I improved some design qualities.
Finally, you can validate this fixes in the next link if you want, where you can interact with the library.
This is a simple fix but you can now call the library with import in js and css, with the next commands:
Common js:
require('e-learning-js');</pre>
Import ES6 js:
import 'e-learning-js';</pre>
Import sass (css):
@import '~e-learning-js/dist/e-learning-js.min.css';</pre>