UNPKG

jspdf-invoice-template-nodejs

Version:

PDF template created for invoice with optional parameters (for NodeJs). Using jsPDF library.

6 lines 214 B
module.exports = function (api) { api.cache(true); // const presets = ["@babel/preset-env",]; const plugins = ["@babel/plugin-proposal-optional-chaining"]; return { /*presets,*/ plugins }; };