UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

7 lines (6 loc) 227 B
import { createHash } from "node:crypto"; //#region src/static-css/hash.ts const hashCss = (css) => createHash("sha256").update(css).digest("hex").slice(0, 8); //#endregion export { hashCss }; //# sourceMappingURL=hash.mjs.map