JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q42097F
  • License MIT

Native messaging host for Mac Bug Screenshot.

Package Exports

  • @mac-bug-screenshot/native-host
  • @mac-bug-screenshot/native-host/host.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@mac-bug-screenshot/native-host) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

mac-bug-screenshot native host (npm)

크롬 확장 프로그램이 macOS screencapture를 호출할 수 있도록 네이티브 메시징 호스트를 설치합니다.

설치

npm install -g @mac-bug-screenshot/native-host

등록

mac-bug-screenshot-install <확장_프로그램_ID>

동작

  • 전체 화면 캡처 후 Preview를 자동으로 엽니다.
  • 저장 경로는 확장 프로그램에서 전달받습니다.

게시 정보

문제 해결

  • Native host has exited 오류가 뜨면 최신 버전으로 업데이트 후 재등록하세요.
    npm install -g @mac-bug-screenshot/native-host@latest
    mac-bug-screenshot-install <확장_프로그램_ID>
  • nvm 사용 시에도 npm root -g 기준 경로로 자동 설정됩니다.