Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 634 Bytes

File metadata and controls

36 lines (20 loc) · 634 Bytes

2.0.0 / 2026-05-17

  • Migrated to ESM. Use import { blurRGBA, blurMono16 } from 'glur'.
  • Added TypeScript type declarations.

1.1.2 / 2016-05-05

  • Fixed typo in RGBA blur math equations (regression from 1.1.0), thanks to @tonykwok.

1.1.1 / 2015-11-10

  • Fixed line buffer size for mono blur when vertical images used.

1.1.0 / 2015-11-05

  • Changed interpolation fn to one from Intel's whitepaper.

1.0.1 / 2015-11-04

  • Maintenance: general cleanup, demo improvements.

1.0.0 / 2015-11-02

  • First release.