rgba-to-canvas

1.0.1 • Public • Published

rgba-to-canvas

stable

Turns a flat array of RGBA pixels, like those in a Uint8ClampedArray, into a new Canvas.

Example

var rgbaToPixels = require('rgba-to-canvas')
 
var canvas = rgbaToPixels(pixels, [ 128, 128 ])
document.body.appendChild(canvas)

Usage

NPM

canvas = rgbaToPixels(array, shape)

For the given flat array of RGBA data (Uint8Array or Uint8ClampedArray), and the [width, height] shape, returns a new canvas with the specified pixels.

License

MIT, see LICENSE.md for details.

Package Sidebar

Install

npm i rgba-to-canvas

Weekly Downloads

1

Version

1.0.1

License

MIT

Last publish

Collaborators

  • mattdesl