Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
karaggeorge committed Nov 17, 2024
1 parent 01598e7 commit 1e569b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {normalizeOptions} from './utils.js';

export {videoCodecs} from './utils.js';

const nativeModule = createRequire(import.meta.url)('./build/aperture.framework/aperture.node');
const nativeModule = createRequire(import.meta.url)('./build/aperture.framework/Versions/A/aperture.node');

export class Recorder {
constructor() {
Expand Down

0 comments on commit 1e569b8

Please sign in to comment.