Resources
Downloading the libraries
The JavaScript libraries can be downloaded from here:
https://libs.paramate.trinckle.com
It will be soon available also via npm, yarn and bowel...
Hosted libraries
The libraries can be used also loaded directly from the trinckle servers. The files are available in the following scheme:
https://libs.paramate.trinckle.com/library-major.minor.patch.ext
Where library is the name of the library (e.g. "paramateConfigurator"), major is the major version, minor is the minor version, patch is the patch version and ext is the extension (usually "js").
The latest versions are also available in this format:
https://libs.paramate.trinckle.com/library-latest.ext
The latest, compatible versions in a major version are available in this format:
https://libs.paramate.trinckle.com/library-major.latest.ext
Note
Please consider that using the hosted latest version may require adjustments on the HTML page when some definitions are changed in a later version. To avoid incompatibility, it is recommended to use the latest version or a major version when developing the application to avoid incompatibilities in the future. It is of course also possible to download the libraries and use the download versions.