File | Date | Author | Commit |
---|---|---|---|
sample | 2024-03-01 |
![]() |
[55739e] Implemented sample folder to show how use the d... |
src | 2024-03-13 |
![]() |
[1bf051] Updated assert failed messages |
AUTHORS | 2024-03-06 |
![]() |
[db71c8] Updated docs |
LICENSE | 2024-03-01 |
![]() |
[288ce0] Written of the README.md and the GNU License |
README.md | 2024-03-07 |
![]() |
[fa33bc] Modified the README.md file |
PureJS-Tools is an open-source cross-platform Javascript lightweight library written and maintained by Florian Lopitaux.
The purpose is to simplify some aspect of native Javascript like the unit test written in your code or the manage of multiple onload event.
PureJS-Tools is already used in some other projects like :
- Whakerexa : (https://sourceforge.net/projects/whakerexa/)
PureJS-Tools is a free library under the GNU General Public License version 3.0 (GPLv3).
This means that you can use the PureJS-Tools in your own project, redistribute it and/or modify
it under the terms of the GNU General Public License as published by the Free Software Foundation.
This library was made during an internship on the auto-cuedspeech project (https://auto-cuedspeech.org/), which is an I.T project for hearing impairment persons and founded by the FIRAH (https://www.firah.org/).
A release package is available to get the library in the last version.
The library is very simple to use, you just have to import the class and use it in your code.
See the sample folder, which contains a simple example on how to use the library.