javascript-binary-converter
Advanced tools
Comparing version 0.0.12 to 0.0.13
{ | ||
"name": "javascript-binary-converter", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "A utility package to quickly handle and convert various Javascript binary objects", | ||
@@ -5,0 +5,0 @@ "main": "build/cjs/index.js", |
@@ -5,2 +5,5 @@ javascript-binary-converter is a simple utility to convert various binary data objects in Javascript, like Blob, File, TypedArray and others. Works both in the browser and in Node.js(with limitations). It also provides some conversion abilities of raw bytes. | ||
> :warning: **The API is still unstable and might undergo significant changes. Do not rely on semver, until it reaches version 1.0** | ||
## Installation | ||
@@ -12,2 +15,3 @@ | ||
## Usage in the browser, or under any ES6 modules environment: | ||
@@ -176,4 +180,7 @@ | ||
Just like you can get bytes from other formats, you can convert bytes to others. Currently, this can be done only with an array of strings, each representing a byte. Some of the methods available: | ||
> :warning: **This API Currently accepts only an array of strings** | ||
Just like you can get bytes from other formats, you can convert bytes to others. Currently, this can be done only with an **array of strings**, each representing a byte. Some of the methods available: | ||
#### Bytes to image | ||
@@ -186,3 +193,3 @@ | ||
documet.body.appendChild(image) | ||
document.body.appendChild(image) | ||
``` | ||
@@ -189,0 +196,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1050897
212