feat: Add @mozilla/readability dependency for extracting content from web pages

This commit is contained in:
n4ze3m
2024-06-22 00:25:12 +05:30
parent 56cea30058
commit d23b70b979
7 changed files with 136 additions and 3 deletions

View File

@@ -14,6 +14,7 @@ import { useTranslation } from "react-i18next"
import { KnowledgeSelect } from "../Knowledge/KnowledgeSelect"
import { useSpeechRecognition } from "@/hooks/useSpeechRecognition"
import { PiGlobe } from "react-icons/pi"
import { extractReadabilityContent } from "@/parser/reader"
type Props = {
dropedFile: File | undefined