blob-util vs file-saver vs js-file-download vs downloadjs
ファイルダウンロードライブラリ
blob-utilfile-saverjs-file-downloaddownloadjs類似パッケージ:
ファイルダウンロードライブラリ

これらのライブラリは、Webアプリケーションにおいてファイルを生成し、ユーザーにダウンロードさせるための機能を提供します。各ライブラリは異なる機能や使い方を持ち、特定のニーズに応じて選択することができます。これにより、開発者はユーザーエクスペリエンスを向上させることができます。

npmのダウンロードトレンド
3 年
GitHub Starsランキング
統計詳細
パッケージ
ダウンロード数
Stars
サイズ
Issues
公開日時
ライセンス
blob-util5,966,107515-38年前Apache-2.0
file-saver4,955,73522,012-2135年前MIT
js-file-download830,566926-106年前MIT
downloadjs427,4382,332-509年前MIT
機能比較: blob-util vs file-saver vs js-file-download vs downloadjs

Blob操作

  • blob-util:

    blob-utilは、Blobデータを簡単に生成、変換、操作するための機能を提供します。特に、画像やテキストをBlob形式に変換する際に便利で、さまざまな形式のデータを扱うことができます。

  • file-saver:

    file-saverは、Blobデータをファイルとして保存するための強力なAPIを提供します。Blobを生成した後、ユーザーにファイルとして保存させる際に非常に便利です。

  • js-file-download:

    js-file-downloadは、Blobデータを簡単にダウンロードするためのシンプルなAPIを提供しますが、Blob操作の機能は限定的です。

  • downloadjs:

    downloadjsは、Blobデータを直接ダウンロードする機能を持っていますが、Blob操作に特化した機能はありません。主にURLからのダウンロードに焦点を当てています。

使いやすさ

  • blob-util:

    blob-utilは、Blobの生成や操作に特化しており、APIが直感的で使いやすいです。特に、Blobに関する操作を簡単に行いたい開発者に適しています。

  • file-saver:

    file-saverは、ユーザーが生成したデータをファイルとして保存するためのAPIが豊富で、使いやすさが高いです。特に、データをファイルとして保存する必要がある場合に便利です。

  • js-file-download:

    js-file-downloadは、非常にシンプルで軽量なライブラリで、使いやすさが際立っています。特に、迅速にファイルをダウンロードしたい場合に適しています。

  • downloadjs:

    downloadjsは、シンプルなAPIを提供しており、URLからのダウンロードが簡単です。特に、迅速な実装を求める開発者に向いています。

サポートするフォーマット

  • blob-util:

    blob-utilは、さまざまなデータ形式(画像、テキストなど)をBlobとして扱うことができ、特に多様なフォーマットをサポートしています。

  • file-saver:

    file-saverは、Blobデータをファイルとして保存する際に、さまざまなフォーマット(.txt、.csv、.jsonなど)をサポートしています。

  • js-file-download:

    js-file-downloadは、シンプルなダウンロード機能を提供し、特定のフォーマットには依存しませんが、一般的なファイル形式に対応しています。

  • downloadjs:

    downloadjsは、主にURLからのファイルダウンロードをサポートしており、特定のフォーマットに依存しません。

パフォーマンス

  • blob-util:

    blob-utilは、Blobデータの生成や操作において高いパフォーマンスを発揮しますが、大量のデータを扱う場合には注意が必要です。

  • file-saver:

    file-saverは、Blobデータをファイルとして保存する際に高いパフォーマンスを発揮し、ユーザーの操作に対して迅速に反応します。

  • js-file-download:

    js-file-downloadは、軽量で迅速なダウンロード機能を提供し、パフォーマンスが高いです。特に、シンプルなダウンロードを求める場合に適しています。

  • downloadjs:

    downloadjsは、URLからのダウンロードを迅速に行うことができ、パフォーマンスが高いです。特に、外部リソースからのダウンロードに適しています。

互換性

  • blob-util:

    blob-utilは、主要なブラウザでの互換性が高く、特にBlob APIをサポートしている環境で動作します。

  • file-saver:

    file-saverは、主要なブラウザでの互換性が高く、特にモバイルブラウザでも動作します。

  • js-file-download:

    js-file-downloadは、主要なブラウザでの互換性があり、特にシンプルな実装が求められる場合に適しています。

  • downloadjs:

    downloadjsは、広範なブラウザ互換性を持ち、特に古いブラウザでも動作するように設計されています。

選び方: blob-util vs file-saver vs js-file-download vs downloadjs
  • blob-util:

    Blobデータの生成や操作が必要な場合は、blob-utilを選択してください。特に、画像やテキストデータをBlob形式で扱いたい場合に便利です。

  • file-saver:

    ユーザーが生成したデータをファイルとして保存する必要がある場合は、file-saverを選択してください。特に、クライアント側でデータを生成し、ユーザーにダウンロードさせる際に強力です。

  • js-file-download:

    シンプルで軽量なダウンロード機能を求める場合は、js-file-downloadを選択してください。特に、簡単なAPIで迅速にファイルをダウンロードしたい場合に適しています。

  • downloadjs:

    シンプルなダウンロード機能を必要とする場合は、downloadjsを選択してください。特に、URLから直接ファイルをダウンロードする際に役立ちます。

blob-util のREADME

blob-util Build Status TypeScript

blob-util is a Blob library for busy people.

It offers a small set of cross-browser utilities for translating Blobs to and from different formats:

  • <img/> tags
  • base 64 strings
  • binary strings
  • ArrayBuffers
  • data URLs
  • canvas

It's also a good pairing with the attachment API in PouchDB.

Note: this is a browser library. For Node.js, see Buffers.

Topics:

Install

Via npm:

npm install blob-util

ES modules are supported:

import { canvasToBlob } from 'blob-util'
canvasToBlob(canvas, 'image/png').then(/* ... */)

Or as a script tag:

<script src="https://unpkg.com/blob-util/dist/blob-util.min.js"></script>

Then it's available as a global blobUtil object:

blobUtil.canvasToBlob(canvas, 'image/png').then(/* ... */)

Browser support

As of v2.0.0, a built-in Promise polyfill is no longer provided. Assuming you provide a Promise polyfill, the supported browsers are:

  • Firefox
  • Chrome
  • Edge
  • IE 10+
  • Safari 6+
  • iOS 6+
  • Android 4+
  • Any browser with either Blob or the older BlobBuilder; see caniuse for details.

Tutorial

Blobs (binary large objects) are the modern way of working with binary data in the browser. The browser support is very good.

Once you have a Blob, you can make it available offline by storing it in IndexedDB, PouchDB, LocalForage, or other in-browser databases. So it's the perfect format for working with offline images, sound, and video.

A File is also a Blob. So if you have an <input type="file"> in your page, you can let your users upload any file and then work with it as a Blob.

Example

Here's Kirby. He's a famous little Blob.

Kirby

So let's fulfill his destiny, and convert him to a real Blob object.

var img = document.getElementById('kirby');

blobUtil.imgSrcToBlob(img.src).then(function (blob) {
  // ladies and gents, we have a blob
}).catch(function (err) {
  // image failed to load
});

(Don't worry, this won't download the image twice, because browsers are smart.)

Now that we have a Blob, we can convert it to a URL and use that as the source for another <img/> tag:

var blobURL = blobUtil.createObjectURL(blob);

var newImg = document.createElement('img');
newImg.src = blobURL;

document.body.appendChild(newImg);

So now we have two Kirbys - one with a normal URL, and the other with a blob URL. You can try this out yourself in the blob-util playground. Super fun!

API

Index

Functions


Functions

arrayBufferToBinaryString

arrayBufferToBinaryString(buffer: ArrayBuffer): string

Convert an ArrayBuffer to a binary string.

Example:

var myString = blobUtil.arrayBufferToBinaryString(arrayBuff)

Parameters:

ParamTypeDescription
bufferArrayBufferarray buffer

Returns: string binary string


arrayBufferToBlob

arrayBufferToBlob(buffer: ArrayBuffer, type?: string): Blob

Convert an ArrayBuffer to a Blob.

Example:

var blob = blobUtil.arrayBufferToBlob(arrayBuff, 'audio/mpeg');

Parameters:

ParamTypeDescription
bufferArrayBuffer-
Optional typestringthe content type (optional)

Returns: Blob Blob


base64StringToBlob

base64StringToBlob(base64: string, type?: string): Blob

Convert a base64-encoded string to a Blob.

Example:

var blob = blobUtil.base64StringToBlob(base64String);

Parameters:

ParamTypeDescription
base64stringbase64-encoded string
Optional typestringthe content type (optional)

Returns: Blob Blob


binaryStringToArrayBuffer

binaryStringToArrayBuffer(binary: string): ArrayBuffer

Convert a binary string to an ArrayBuffer.

var myBuffer = blobUtil.binaryStringToArrayBuffer(binaryString)

Parameters:

ParamTypeDescription
binarystringbinary string

Returns: ArrayBuffer array buffer


binaryStringToBlob

binaryStringToBlob(binary: string, type?: string): Blob

Convert a binary string to a Blob.

Example:

var blob = blobUtil.binaryStringToBlob(binaryString);

Parameters:

ParamTypeDescription
binarystringbinary string
Optional typestringthe content type (optional)

Returns: Blob Blob


blobToArrayBuffer

blobToArrayBuffer(blob: Blob): Promise<ArrayBuffer>

Convert a Blob to an ArrayBuffer.

Example:

blobUtil.blobToArrayBuffer(blob).then(function (arrayBuff) {
  // success
}).catch(function (err) {
  // error
});

Parameters:

ParamTypeDescription
blobBlob-

Returns: Promise<ArrayBuffer> Promise that resolves with the ArrayBuffer


blobToBase64String

blobToBase64String(blob: Blob): Promise<string>

Convert a Blob to a binary string.

Example:

blobUtil.blobToBase64String(blob).then(function (base64String) {
  // success
}).catch(function (err) {
  // error
});

Parameters:

ParamTypeDescription
blobBlob-

Returns: Promise<string> Promise that resolves with the binary string


blobToBinaryString

blobToBinaryString(blob: Blob): Promise<string>

Convert a Blob to a binary string.

Example:

blobUtil.blobToBinaryString(blob).then(function (binaryString) {
  // success
}).catch(function (err) {
  // error
});

Parameters:

ParamTypeDescription
blobBlob-

Returns: Promise<string> Promise that resolves with the binary string


blobToDataURL

blobToDataURL(blob: Blob): Promise<string>

Convert a Blob to a data URL string (e.g. 'data:image/png;base64,iVBORw0KG...').

Example:

var dataURL = blobUtil.blobToDataURL(blob);

Parameters:

ParamTypeDescription
blobBlob-

Returns: Promise<string> Promise that resolves with the data URL string


canvasToBlob

canvasToBlob(canvas: HTMLCanvasElement, type?: string, quality?: number): Promise<Blob>

Convert a canvas to a Blob.

Examples:

blobUtil.canvasToBlob(canvas).then(function (blob) {
  // success
}).catch(function (err) {
  // error
});

Most browsers support converting a canvas to both 'image/png' and 'image/jpeg'. You may also want to try 'image/webp', which will work in some browsers like Chrome (and in other browsers, will just fall back to 'image/png'):

blobUtil.canvasToBlob(canvas, 'image/webp').then(function (blob) {
  // success
}).catch(function (err) {
  // error
});

Parameters:

ParamTypeDescription
canvasHTMLCanvasElementHTMLCanvasElement
Optional typestringthe content type (optional, defaults to 'image/png')
Optional qualitynumbera number between 0 and 1 indicating image quality if the requested type is 'image/jpeg' or 'image/webp'

Returns: Promise<Blob> Promise that resolves with the Blob


createBlob

createBlob(parts: Array<any>, properties?: * BlobPropertyBag | string*): Blob

Shim for new Blob() to support older browsers that use the deprecated BlobBuilder API.

Example:

var myBlob = blobUtil.createBlob(['hello world'], {type: 'text/plain'});

Parameters:

ParamTypeDescription
partsArray<any>content of the Blob
Optional propertiesBlobPropertyBag | stringusually {type: myContentType}, you can also pass a string for the content type

Returns: Blob Blob


createObjectURL

createObjectURL(blob: Blob): string

Shim for URL.createObjectURL() to support browsers that only have the prefixed webkitURL (e.g. Android <4.4).

Example:

var myUrl = blobUtil.createObjectURL(blob);

Parameters:

ParamTypeDescription
blobBlob-

Returns: string url


dataURLToBlob

dataURLToBlob(dataURL: string): Blob

Convert a data URL string (e.g. 'data:image/png;base64,iVBORw0KG...') to a Blob.

Example:

var blob = blobUtil.dataURLToBlob(dataURL);

Parameters:

ParamTypeDescription
dataURLstringdataURL-encoded string

Returns: Blob Blob


imgSrcToBlob

imgSrcToBlob(src: string, type?: string, crossOrigin?: string, quality?: number): Promise<Blob>

Convert an image's src URL to a Blob by loading the image and painting it to a canvas.

Note: this will coerce the image to the desired content type, and it will only paint the first frame of an animated GIF.

Examples:

blobUtil.imgSrcToBlob('http://mysite.com/img.png').then(function (blob) {
  // success
}).catch(function (err) {
  // error
});
blobUtil.imgSrcToBlob('http://some-other-site.com/img.jpg', 'image/jpeg',
                         'Anonymous', 1.0).then(function (blob) {
  // success
}).catch(function (err) {
  // error
});

Parameters:

ParamTypeDescription
srcstringimage src
Optional typestringthe content type (optional, defaults to 'image/png')
Optional crossOriginstringfor CORS-enabled images, set this to 'Anonymous' to avoid "tainted canvas" errors
Optional qualitynumbera number between 0 and 1 indicating image quality if the requested type is 'image/jpeg' or 'image/webp'

Returns: Promise<Blob> Promise that resolves with the Blob


imgSrcToDataURL

imgSrcToDataURL(src: string, type?: string, crossOrigin?: string, quality?: number): Promise<string>

Convert an image's src URL to a data URL by loading the image and painting it to a canvas.

Note: this will coerce the image to the desired content type, and it will only paint the first frame of an animated GIF.

Examples:

blobUtil.imgSrcToDataURL('http://mysite.com/img.png').then(function (dataURL) {
  // success
}).catch(function (err) {
  // error
});
blobUtil.imgSrcToDataURL('http://some-other-site.com/img.jpg', 'image/jpeg',
                         'Anonymous', 1.0).then(function (dataURL) {
  // success
}).catch(function (err) {
  // error
});

Parameters:

ParamTypeDescription
srcstringimage src
Optional typestringthe content type (optional, defaults to 'image/png')
Optional crossOriginstringfor CORS-enabled images, set this to 'Anonymous' to avoid "tainted canvas" errors
Optional qualitynumbera number between 0 and 1 indicating image quality if the requested type is 'image/jpeg' or 'image/webp'

Returns: Promise<string> Promise that resolves with the data URL string


revokeObjectURL

revokeObjectURL(url: string): void

Shim for URL.revokeObjectURL() to support browsers that only have the prefixed webkitURL (e.g. Android <4.4).

Example:

blobUtil.revokeObjectURL(myUrl);

Parameters:

ParamTypeDescription
urlstring

Returns: void


Credits

Thanks to the rest of the PouchDB team for figuring most of this crazy stuff out.

Building the library

npm install
npm run build

Testing the library

npm install

Then to test in the browser using Saucelabs:

npm test

Or to test locally in your browser of choice:

npm run test-local

To build the API docs and insert them in the README:

npm run doc