UNPKG

@nonstrict/recordkit

Version:

Powerful screen recording for your Electron app on macOS.

11 lines 224 B
export default { input: 'out/index.js', output: [ { file: 'out/index.cjs', format: 'cjs', sourcemap: true, } ], external: ['node:child_process', 'node:fs', 'readline', 'crypto', 'stream'] };