# Screenshots TODO: Write a gem description ## Installation Add this line to your application's Gemfile: ```ruby gem 'screenshots' ``` And then execute: $ bundle Or install it yourself as: $ gem install screenshots ## Configuration ```ruby # config/initializers/screenshots.rb Screenshots.configure do |config| config.blog_assets_url = 'http://www.codeur.com/blog/wp-content/uploads/2014/07' config.image_extension = 'jpg' end ``` ## Usage ### Generate HTML for a single URL ```ruby Screenshots::Processor.generate('http://www.google.com') ``` It returns a string containing the HTML code to be copied in the blog post: ```html