Currently, the creation of a browser-usable script requires npm, typescript, and compiler (e.g. browserify) to generate a standalone file ready for usage in the browser. By providing a dist version in a single-file, the library can be used in any webpage without backend requirements. This process is trivial (e.g. add commands to build process to generate file and put in dist folder) and would save time (e.g. for every single download and compilation of file for browsers).
P.S. Thanks for this work : )
Currently, the creation of a browser-usable script requires npm, typescript, and compiler (e.g. browserify) to generate a standalone file ready for usage in the browser. By providing a
distversion in a single-file, the library can be used in any webpage without backend requirements. This process is trivial (e.g. add commands to build process to generate file and put indistfolder) and would save time (e.g. for every single download and compilation of file for browsers).P.S. Thanks for this work : )