Como usar
Importe o componente no seu código e use normalmente em React / Next.js:
import { NiunaiDFViewer } from "niunai-df-viewer";
export default function Page(){
return <NiunaiDFViewer texto="Olá cliente" />;
}Se estiver usando import direto do arquivo obfuscado (para teste local):
import { NiunaiDFViewer } from "../../../../../Componentes/dist/index.obf.js";