UNPKG

@fdx/fxmath

Version:

A helper library for vector math and generative art

12 lines (11 loc) 276 B
const esbuild = require('esbuild'); esbuild.build({ entryPoints: ['./src/index.ts'], bundle: true, outfile: './dist/bundle.js', platform: 'node', target: ['esnext'], format: 'cjs', sourcemap: true, minify: true }).catch(() => process.exit(1));