@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.
13 lines (12 loc) • 403 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "NolebaseUnlazyImg", {
enumerable: true,
get: function () {
return _NolebaseUnlazyImg.default;
}
});
var _NolebaseUnlazyImg = _interopRequireDefault(require("./components/NolebaseUnlazyImg.vue"));
function _interopRequireDefault(e) { return e && e.__esModule ? e : { default: e }; }