Socket
Book a DemoInstallSign in
Socket

@simplymobile/capacitor-godex-printer

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@simplymobile/capacitor-godex-printer

Capacitor GoDEX printer plugin

latest
Source
npmnpm
Version
7.1.0
Version published
Maintainers
1
Created
Source

@simplymobile/capacitor-godex-printer

Capacitor GoDEX printer plugin

Install

npm install @simplymobile/capacitor-godex-printer
npx cap sync

API

  • getVersion()
  • connectToUSB()
  • printFromUSB(...)
  • disconnect()
  • getPrinterDPI()

getVersion()

getVersion() => Promise<{ version: string; }>

Returns: Promise<{ version: string; }>

connectToUSB()

connectToUSB() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>

printFromUSB(...)

printFromUSB(options: { value: string; }) => Promise<{ value: boolean; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: boolean; }>

disconnect()

disconnect() => Promise<{ value: string; }>

Returns: Promise<{ value: string; }>

getPrinterDPI()

getPrinterDPI() => Promise<{ value: number; }>

Returns: Promise<{ value: number; }>

Keywords

capacitor

FAQs

Package last updated on 18 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts