UNPKG

@nolebase/vitepress-plugin-thumbnail-hash

Version:

A VitePress plugin that scan and generate data with blurhash, thumbhash hashing algorithm for images, as well as a standalone component to render images with blurhash and thumbhash.

11 lines (8 loc) 251 B
import { Plugin } from 'vite'; /** * The Vite plugin to pre-process images and generate thumbhash data for them. * * @returns {Plugin} - The Vite plugin instance */ declare function ThumbnailHashImages(): Plugin; export { ThumbnailHashImages };