0.13.14 • Published 7 months ago

@taichunmin/buffer v0.13.14

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

npm version jsdelivr hits Build status Coverage Status install size npm bundle size npm downloads GitHub contributors Known vulnerabilities MIT License

Getting Started

Package manager

Use npm or yarn to install the package.

# npm
npm install @taichunmin/buffer

# yarn
yarn add @taichunmin/buffer

Once the package is installed, you can import the library using import or require:

// import
import { Buffer } from '@taichunmin/buffer'

// require
const { Buffer } = require('@taichunmin/buffer')

CDN

Using jsDelivr CDN:

<!-- script -->
<script src="https://cdn.jsdelivr.net/npm/@taichunmin/buffer@0/dist/buffer.global.js"></script>
<script>
  const { Buffer } = window?.taichunmin?.buffer
</script>

<!-- module -->
<script type="module">
  import { Buffer } from 'https://cdn.jsdelivr.net/npm/@taichunmin/buffer@0/+esm'
</script>

<!-- module + async import -->
<script type="module">
  const { Buffer } = await import('https://cdn.jsdelivr.net/npm/@taichunmin/buffer@0/+esm')
</script>
0.13.12

7 months ago

0.13.11

8 months ago

0.13.10

8 months ago

0.13.14

7 months ago

0.13.13

7 months ago

0.13.9

8 months ago

0.13.8

9 months ago

0.13.6

1 year ago

0.13.7

11 months ago

0.13.0

1 year ago

0.13.1

1 year ago

0.13.2

1 year ago

0.13.3

1 year ago

0.13.4

1 year ago

0.13.5

1 year ago

0.12.0

1 year ago

0.11.0

1 year ago

0.10.0

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago