Files
gradio-webrtc/demo/nextjs_voice_chat/frontend/fastrtc-demo/postcss.config.mjs
huangbinchao.hbc aefb08150f [feat] update some feature
sync code of  fastrtc,
add text support through datachannel,
fix safari connect problem
support chat without camera or mic
2025-03-25 18:05:10 +08:00

6 lines
81 B
JavaScript

const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;