Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Sistema Enterprise de generación de comprobantes para Bolivia.
npm install ark_facture
import init, { generar_comprobante_wasm } from 'ark_facture'; // Inicializar y generar const factura = { numero_comprobante: "FAC-2025-00001", // ... datos ... }; const resultado = JSON.parse(generar_comprobante_wasm(JSON.stringify(factura)));
Was this page helpful?