blurhash
Version:
Encoder and decoder for the Wolt BlurHash algorithm.
25 lines (14 loc) • 422 B
Markdown
# Changelog
## 2.0.0 (September 12, 2022)
- Modern bundling
- Fix DC encoding
- Drop IE11 support
## 1.1.5 (February 15, 2022)
- added typescript sources to npm package for source map support
## 1.1.4 (August 16, 2021)
- added esm build target
## 1.1.2 (June 29, 2019)
- added `isBlurhashValid()` utility
## 1.1.1 (June 29, 2019)
- fixed incorrect type declaration path in package.json
- improved error handling