0.0.3 • Published 2 years ago

@nox0202/nfe_builder v0.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

NFCE builder

easy way to build NFCE with only objects and one command.

usage:

import TagBuilder from 'nfce-builder'

const builder = new TagBuilder(true).builder(nfce_obj, options = {
    sign: true;
    // send: true; future feature
});

for more examples check ./examples folder in the repository.

the project is on alpha version use it on your own risk