afrim-input
v0.1.2
Published
A library that simplify the deployment of Afrim in any text field.
Downloads
4
Readme
A js library that simplify the deployment of afrim
in any text field.
Lite Version
We also offer a lite version of this library for those who need a more lightweight solution.
You can find it here npm/afrim-input-lite.
Note: This version is based on afrim-lite. Confer github/fodydev/afrim-lite
🚀 Usage
In its simplest case, afrim-input
can be initialised with a single line of Javascript:
new Afrim({
textFieldElementID: "textfield",
downloadStatusElementID: "download-status",
tooltipElementID: "tooltip",
tooltipInputElementID: "tooltip-input",
tooltipPredicatesElementID: "tooltip-predicates",
configUrl: `https://raw.githubusercontent.com/fodydev/afrim-data/4b177197bb37c9742cd90627b1ad543c32ec791b/gez/gez.toml`,
});
License
Licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT).
Contribution
We are open for contribution.