@noob9527/noob-dict-core

this lib doesn't work in browser environment due to CORS reason, it meant to work on: - node env - electron renderer process with webSecurity = false

Usage no npm install needed!

<script type="module">
  import noob9527NoobDictCore from 'https://cdn.skypack.dev/@noob9527/noob-dict-core';
</script>

README

noob dict core

build option

notes

this lib doesn't work in browser environment due to CORS reason, it meant to work on:

  • node env
  • electron renderer process with webSecurity = false

qa

why ttypescript and transform-paths?

why not build package via parcel? in fact, package built by parcel supports both amd and commonjs, however, it doesn't generate declaration files, that's why we need to build via ttsc