npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

react-native-printer-imin

v0.10.10

Published

Native Module For iMin Printer SDK Plugin

Downloads

660

Readme

react-native-printer-imin

Native Module For iMin Printer SDK Plugin

Installation

npm install react-native-printer-imin

Usage

import PrinterImin from 'react-native-printer-imin';

// Initialize printer
await PrinterImin.initPrinter();

// Check printer status
const status = await PrinterImin.getPrinterStatus();
console.log(status);

// Print text
await PrinterImin.printText('Hello World');

Documentation

📚 Complete documentation is available in multiple languages:

🇨🇳 中文文档 (Chinese Documentation)

| Document | Description | |----------|-------------| | 📖 文档中心 | 主要文档中心 | | 🚀 快速开始 | 5分钟快速上手 | | ⚙️ 安装指南 | 详细安装配置说明 | | 📋 API参考 | 完整API文档 | | 👨‍💻 开发者指南 | 深入开发指导 | | 💡 使用示例 | 实际应用场景示例 | | 🔄 迁移指南 | 版本升级指导 | | ❓ 常见问题 | 常见问题解答 |

🇺🇸 English Documentation

| Document | Description | |----------|-------------| | 📖 Documentation Center | Main documentation hub | | 🚀 Quick Start | Get started in 5 minutes | | ⚙️ Installation Guide | Detailed setup instructions | | 📋 API Reference | Complete API documentation | | 👨‍💻 Developer Guide | Advanced development guide | | ❓ FAQ | Frequently asked questions |

Quick Links

Features

  • Text Printing - Multiple fonts, styles, and alignments
  • Image Printing - URL and local images with size control
  • QR Code Printing - Customizable size, error correction, and alignment
  • Barcode Printing - Multiple barcode formats supported
  • Table Printing - Flexible column layouts
  • Label Printing - SDK 2.0 exclusive feature
  • Device Control - Paper cutting, cash drawer, status monitoring

Supported Devices

Handheld Finance Series

  • M2-202, M2-203, M2 Pro
  • Swift 1, Swift 2, Swift 2 Pro, Swift 2 Ultra, Swift 1 Pro

Tablet Terminal Series

  • M2 Max, D1, D1 Pro
  • Falcon 1, Swan 2, Falcon 2, Falcon 2 Pro, Falcon 1 Pro, Swan 2 Pro, Heron 1, Heron 1 mini

Desktop POS Equipment

  • D4, Swan 2, Falcon 2

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

更新0.10.10 版本 Updated to version 0.10.10

更新内容 : 修复已知bug,printText空行问题 Update details: Fixed known bugs, including the issue of blank lines in printText.

更新0.10.8 版本 Updated to version 0.10.8

更新内容 : 修复已知bug Update details: fix bug

更新0.10.5 版本 Updated to version 0.10.5

更新内容 : 适配A15 Update details: Adapted for A15

更新0.10.4版本 Updated to version 0.10.4

更新内容: 更新版本号 Update details: Updated version number

更新0.10.3版本 Updated to version 0.10.3

fix: adapt .so file for android 16k page, update SDK to iminPrinterSDK-15_V1.3.2_2505261539.jar 更新内容:fix: all->适配.so文件安卓16k页面,更新SDK:iminPrinterSDK-15_V1.3.2_2505261539.jar

更新版本号0.10.2

更新0.10.1版本

新增标签打印api

编辑 package.json 文件,将 "version": "0.8.0" 更新为 "version": "0.9.0"