- Migrated to ESM. Use
import { blurRGBA, blurMono16 } from 'glur'. - Added TypeScript type declarations.
- Fixed typo in RGBA blur math equations (regression from 1.1.0), thanks to @tonykwok.
- Fixed line buffer size for mono blur when vertical images used.
- Changed interpolation fn to one from Intel's whitepaper.
- Maintenance: general cleanup, demo improvements.
- First release.