UNPKG

two-dimensions-graphic

Version:

Multi layers two dimensions graphic tool with canvas and SVG.

16 lines (11 loc) 294 B
import { dirname, resolve } from 'path'; import { fileURLToPath } from 'url'; const __dirname = dirname(fileURLToPath(import.meta.url)); export default { mode: 'production', entry: './src/browser.js', output: { filename: 'tdg.min.js', path: resolve(__dirname, 'lib'), }, };