CoolFace
Apppublic

jbilcke-hf/ai-comic-factory

sourceHugging Faceupdated 11mo agoView on Hugging Face
11klikes
postcss.config.js7 linesDownload Raw Back to root
1module.exports = {2  plugins: {3    tailwindcss: {},4    autoprefixer: {},5  },6}7