article-extractor
article-extractor copied to clipboard
[Reopen-392]: Possibility to Require Import
Re-open #392 since it is not resolved
+1 here, i had to
- extract.mjs
import { extract } from "@extractus/article-extractor"
export { extract }
- ur file
const useExtract = async () => {
const { extract } = await import("./extract.mjs")
return extract
}