consumet / consumet.ts

Nodejs library that provides high-level APIs for obtaining information on various entertainment media such as books, movies, comic books, anime, manga, and so on.
https://consumet.org/extensions/list/
GNU General Public License v3.0
393 stars 222 forks source link

Added Blurhash Support for Anilist #433

Closed tanwarjigyasu closed 9 months ago

tanwarjigyasu commented 9 months ago

I added blurhash support for images in anilist provider. Blurhash provides a blur image which loads instantly until the actual image is loaded which created good user experience unlike normal loaders and shimmer effects. Now, image, cover and thumbnail etc. have an additional key named imageHash, coverHash and thumbnailHash etc. For more reference about blurhash visit https://blurha.sh and I had to add new npm package for converting image links to blurhash key.