1.1.1 • Published 5 years ago

chunky-dump-reader v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

chunky-dump-reader

This module exposes a function to get width, height, spp and render time from a Chunky render dump stream.

Installation

npm i --save chunky-dump-reader

Usage

const { getDumpInfo } = require('chunky-dump-reader')
getDumpInfo(dumpStream).then((info) => {
  // info = {
  //   width        width in pixels
  //   height       height in pixels
  //   spp          samples per pixel
  //   renderTime   render time in ms
  // }
})

License

The files included in this repository are licensed under the MIT license.

1.1.1

5 years ago

1.1.0

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago