website-builde / test-import.ts
Daviddolor's picture
Single-process Chromium, fixed visual-polish prompt, Docker config for HF Space
ec675f2
Raw
History Blame Contribute Delete
122 Bytes
import { analyzeCSS } from "./lib/analyzer";
console.log("VALUE:", analyzeCSS);
console.log("TYPE:", typeof analyzeCSS);