├── README.md ├── plugin.xml ├── src └── android │ └── BluetoothPrinter.java └── www └── printer.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eddysby2000/Cordova-Bluetooth-Printer-Plugin/HEAD/README.md -------------------------------------------------------------------------------- /plugin.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eddysby2000/Cordova-Bluetooth-Printer-Plugin/HEAD/plugin.xml -------------------------------------------------------------------------------- /src/android/BluetoothPrinter.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eddysby2000/Cordova-Bluetooth-Printer-Plugin/HEAD/src/android/BluetoothPrinter.java -------------------------------------------------------------------------------- /www/printer.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/eddysby2000/Cordova-Bluetooth-Printer-Plugin/HEAD/www/printer.js --------------------------------------------------------------------------------