0.10.2 • Published 1 year ago

@hadeshe93/lib-browser v0.10.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

0.10.1

1 year ago

0.10.0

2 years ago

0.9.0

2 years ago

0.4.9

2 years ago

0.4.8

2 years ago

0.4.11

2 years ago

0.4.5

2 years ago

0.8.0

2 years ago

0.4.4

2 years ago

0.4.6

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.7.0

2 years ago

0.4.3

2 years ago

0.6.0

2 years ago

0.5.1

2 years ago

0.4.2

2 years ago

0.4.0

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

3 years ago

0.3.0

3 years ago

0.2.3

3 years ago

0.3.1

3 years ago

0.2.4

3 years ago

0.2.1

3 years ago

0.1.10

3 years ago

0.2.0

3 years ago

0.1.11

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.2.2

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago