README
npm package of a uncompressed, unmodified, javascript library.
To get the path to this root directory :
require.resolve('xxx-browser');
where xxx is the name of that library.
jquery npm package for browsers
<script type="module">
import jquery1Browser from 'https://cdn.skypack.dev/jquery1-browser';
</script>
npm package of a uncompressed, unmodified, javascript library.
To get the path to this root directory :
require.resolve('xxx-browser');
where xxx is the name of that library.