1.1.1 • Published 5 years ago
@techiepi/utils v1.1.1
@techiepi/utils
The utils.js I use in my web apps, which has the following features:
- Simple i18n with a JSON file (
config/translations.json) and a module withgetString(stringId, language, renderData) console.logmigration intolog4js, replaces theconsoleobject (if imported to do that)- Basic UI management, create elements in the UI, support for multiple libraries
- Bundling with
webpack