Sha256: 167da87333db3885735a4ff695e405c054d39db65c0d012bc412485a077970b4

Contents?: true

Size: 864 Bytes

Versions: 6

Compression:

Stored size: 864 Bytes

Contents

# Snapa

Use this gem to render your page with phantomjs and take a png snapshot
of the rendered body / css selector, usefull for generating an IE friendly
version of an svg or html5 canvas. A map example is provided by passing :map
to the initializer.

## Installation

Add this line to your application's Gemfile:

    gem 'snapa'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install snapa

## Usage

To run as a stand alone rack app 

    config.ru
    run Snapa::File.new('public/map.html')

To mount under Rails

    config/routes.rb
    mount Snapa::File.new('public/map.html') => '/map.png'

## Contributing

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
snapa-0.0.7 README.md
snapa-0.0.5 README.md
snapa-0.0.4 README.md
snapa-0.0.3 README.md
snapa-0.0.2 README.md
snapa-0.0.1 README.md