UNPKG

expo-escpos

Version:

A comprehensive Expo module for ESC/POS thermal printer integration. Supports text formatting, image printing, and receipt generation for 58mm and 80mm thermal printers. Features include text alignment, font styling (bold, italic, underline), image render

55 lines (54 loc) 1.74 kB
{ "name": "expo-escpos", "version": "1.2.0", "description": "A comprehensive Expo module for ESC/POS thermal printer integration. Supports text formatting, image printing, and receipt generation for 58mm and 80mm thermal printers. Features include text alignment, font styling (bold, italic, underline), image rendering from base64, paper cutting, and cash drawer control. Compatible with major thermal printer brands including Epson, Star, Citizen, Bixolon, and Zjiang printers.", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "prepare": "expo-module prepare", "prepublishOnly": "expo-module prepublishOnly", "expo-module": "expo-module", "open:ios": "xed example/ios", "open:android": "open -a \"Android Studio\" example/android" }, "keywords": [ "react-native", "expo", "expo-escpos", "ExpoEscpos", "thermal-printer", "escpos", "receipt-printer", "pos-printer", "epson", "star", "citizen", "bixolon", "zjiang", "receipt", "printing" ], "repository": "https://github.com/vu1511/expo-escpos", "bugs": { "url": "https://github.com/vu1511/expo-escpos/issues" }, "author": "nduyvu <vund.dev@gmail.com> (https://github.com/vu1511)", "license": "MIT", "homepage": "https://github.com/vu1511/expo-escpos#readme", "dependencies": {}, "devDependencies": { "@types/react": "~19.0.0", "expo-module-scripts": "^4.1.6", "expo": "~53.0.0", "react-native": "0.79.1" }, "peerDependencies": { "expo": "*", "react": "*", "react-native": "*" } }