You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add setNativeModulePath for custom native module loading (#272) (#281)
* feat: add setNativeModulePath for custom native module loading (#272)
Add `setNativeModulePath()` and `PRINTERS_JS_NATIVE_MODULE_PATH` env var so
bundled apps (Electron, pkg) and sandboxed runtimes can point the loader at a
specific `.node` binary instead of relying on platform npm packages. Also
attach the per-platform binaries as GitHub release assets so they're
downloadable without npm.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
* missed one
* fix bad code coverage reports
* use fileUrlToPath to fix potential issues with dirs with spaces
---------
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments