---
title: License
description: License and third-party attribution.
seo:
  image: /og/license.png
---

The package is released under the MIT license. The vendored ThumbHash C# port is credited to Glitched Polygons GmbH, while Evan Wallace is credited separately for the original algorithm and project. The complete upstream MIT notice, reviewed pull request, and pinned source commit are retained in `THIRD-PARTY-NOTICES.md`.

The package also uses [blurhash.net](https://github.com/MarkusPalcer/blurhash.net), [ImageSharp](https://github.com/SixLabors/ImageSharp), and the official JavaScript implementations of [BlurHash](https://github.com/woltapp/blurhash) and [ThumbHash](https://github.com/evanw/thumbhash). Their licenses remain governed by their respective upstream projects and distributed dependencies.

See the repository [`LICENSE`](https://github.com/thebuilder/blur-placeholder/blob/main/LICENSE) and [`THIRD-PARTY-NOTICES.md`](https://github.com/thebuilder/blur-placeholder/blob/main/THIRD-PARTY-NOTICES.md).
