array-buffer-from-string

0.1.0 • Public • Published

ArrayBuffer from String

Create an ArrayBuffer with the raw bytes from a String.

Installation

npm install --save array-buffer-from-string

Usage

const arrayBufferFromString = require('array-buffer-from-string')
 
console.log(arrayBufferFromString('Hello world!'))
//=> ArrayBuffer { byteLength: 24 }

API

arrayBufferFromString(input: string) => ArrayBuffer

Create an ArrayBuffer with the raw bytes from a String.

See also

hex-to-array-buffer - Turn a string of hexadecimal characters into an ArrayBuffer

Readme

Keywords

none

Package Sidebar

Install

npm i array-buffer-from-string

Weekly Downloads

712

Version

0.1.0

License

MIT

Last publish

Collaborators

  • linusu