Sha256: 17d87d54dc162cb097239dd04381f09c48cdb5c6474b6234a58e0bbb82fe8e8c

Contents?: true

Size: 439 Bytes

Versions: 1

Compression:

Stored size: 439 Bytes

Contents

# thermal
> Convert basic HTML into thermal printer codes.

This is a work in progress.

Supported devices:
- BTP-R880NP

## Setup

```console
gem install thermal
```

## Usage

```ruby
require 'thermal'

parser = Thermal::Parser.new(BTPR880)

BTPR880.print('192.168.1.200', 9100) do |print|
  print.puts parser.process('<strong>bold <u>underline</u></strong>')
end
```

> Copyright (c) 2012 Tyler Kellen. See LICENSE for further details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thermal-0.1.0 README.md