Skip to content

Instantly share code, notes, and snippets.

@vit1251
Created December 24, 2020 22:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vit1251/d96eaa38f0a5e260f2fbea84da265ebd to your computer and use it in GitHub Desktop.
Save vit1251/d96eaa38f0a5e260f2fbea84da265ebd to your computer and use it in GitHub Desktop.
Import N-API extension in Node module source code
import { createRequire } from 'module';
const require = createRequire(import.meta.url);
const addon = require('YOUR_ADDON_PATH');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment