Skip to content

v1.0.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@constantinius constantinius released this 15 May 20:54
· 377 commits to master since this release

Major restructuring of the codebase:

  • Factoring of the source: abstraction of async access to parts of a file
  • Initial parsing, image access and data reading is now asynchronous
  • Enabling use of web-worker pools to improve decoding performance
  • Replacing browserify with webpack

New features:

  • Predictor support for deflate compression
  • JPEG compression

Various bug fixes