xlorem3

custom text filler using Wikipedia API

Usage no npm install needed!

<script type="module">
  import xlorem3 from 'https://cdn.skypack.dev/xlorem3';
</script>

README

Known issues

typescript-eslint

  • same issue
  • types are appended 'Type' (hungarian notation)
  • because imported types with same name as variables
  • will prompt error @typescript-eslint/no-shadow
  • even when ignoreTypeValueShadow option is set to true (which is default)
  • this should not happen after typescript-eslint v4
  • (because scope analysis was rewritten)