0.0.1 • Published 8 years ago

cordova-StarIO-plugin v0.0.1

Weekly downloads
3
License
Apache 2.0
Repository
github
Last release
8 years ago

cordova-StarIO-plugin

Cordova/PhoneGap plugin for the StarIO printers.

Installing

This plugin follows the Cordova 3.0+ plugin spec, so it can be installed through the Cordova CLI in your existing Cordova project

JavaScript Usage

To print a text:

• plugin.printer.printText(id, success, error);

	id: your text
success : success block
error : errror block

This will print the 3" image from the Star Developer Kit.

Important

If you change this plugin, next time you update any plugin your changes will be overwritten. You need to figure out how to disable auto updates.