1.1.1 • Published 3 years ago

@techiepi/utils v1.1.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

@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 with getString(stringId, language, renderData)
  • console.log migration into log4js, replaces the console object (if imported to do that)
  • Basic UI management, create elements in the UI, support for multiple libraries
  • Bundling with webpack