UNPKG

@nonstrict/recordkit

Version:

Powerful screen recording for your Electron app on macOS.

7 lines (5 loc) 308 B
// Browser-only exports - safe for use in browser environments // This entry point excludes Node.js-specific functionality like EventEmitter, crypto, etc. export { createWebAudioBuffer } from './WebAudioUtils.js'; // Type-only exports for browser use export type { AudioStreamBuffer } from './Recorder.js';