JavaScript: Difference between revisions

328 bytes added ,  22 January 2020
no edit summary
No edit summary
Line 123: Line 123:
<syntaxhighlight lang="javascript">
<syntaxhighlight lang="javascript">


</syntaxhighlight>
==Useful Packages==
Packages which run in the browser and may be useful for developing web applications.
Note that some of these may overlap with the NodeJS page.
===pako===
[https://github.com/nodeca/pako pako github]<br>
"zlib port to javascript, very fast!"
<syntaxhighlight lang="bash">
npm install pako
</syntaxhighlight>
</syntaxhighlight>