UNPKG
vamtec-react
Version:
latest (1.0.1)
1.0.1
1.0.0
Vamtec is a file generation (PDF, Excel, CSV), image uploads handling and automation library
vamtec-react
/
test.js
3 lines
•
97 B
JavaScript
View Raw
1
2
3
const
vamtec =
require
(
"./index"
);
// vamtec(); // Starts the server setup process
vamtec.
main
();