0.10.2 • Published 2 years ago

@hadeshe93/lib-browser v0.10.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

A convenient js lib for browser.

There are much excellent npm packages so that I don't really need to realize by myself. For example:

Installation

$ npm install @hadeshe93/lib-browser --save

Usage

Use it in CJS format:

const { insertJs } = require('@hadeshe93/lib-browser');

// your application code
// ...

Use it in ESM format:

import { insertJs } from '@hadeshe93/lib-browser';

// your application code
// ...

Use it in IIFE format:

<script type="text/javascript" src="example.com/path/to/index.browser.iife.js"></script>
<script type="text/javascript">
  const { insertJs } = hdsLibBrowser;

  // your application code
  // ...
</script>
0.10.2

2 years ago

0.10.1

2 years ago

0.10.0

3 years ago

0.9.0

3 years ago

0.4.9

3 years ago

0.4.8

3 years ago

0.4.11

3 years ago

0.4.5

3 years ago

0.8.0

3 years ago

0.4.4

3 years ago

0.4.6

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.7.0

3 years ago

0.4.3

3 years ago

0.6.0

3 years ago

0.5.1

3 years ago

0.4.2

3 years ago

0.4.0

3 years ago

0.3.5

3 years ago

0.3.4

3 years ago

0.3.3

3 years ago

0.3.2

4 years ago

0.3.0

4 years ago

0.2.3

4 years ago

0.3.1

4 years ago

0.2.4

4 years ago

0.2.1

4 years ago

0.1.10

4 years ago

0.2.0

4 years ago

0.1.11

4 years ago

0.1.9

4 years ago

0.1.4

4 years ago

0.2.2

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago