article-extractor icon indicating copy to clipboard operation
article-extractor copied to clipboard

[Reopen-392]: Possibility to Require Import

Open Philrobots opened this issue 1 year ago • 1 comments

Re-open #392 since it is not resolved

Philrobots avatar Dec 03 '24 18:12 Philrobots

+1 here, i had to

  1. extract.mjs
import { extract } from "@extractus/article-extractor"
export { extract }
  1. ur file
const useExtract = async () => {
  const { extract } = await import("./extract.mjs")
  return extract
}

erwanriou avatar Jul 10 '25 12:07 erwanriou