Características v3.0
- Ultra rápido: ~2-3ms por comprobante.
- Seguro: Códigos de control SHA-256.
- QR Code: Generación nativa en SVG.
- Zero-Knowledge: Todo en cliente (WASM).
Documentation Index
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?