Sha256: f228bf4b1909ea47f4fd4738766ea8632d9d8cb9aed5c13cdf570e01e7caaa7d

Contents?: true

Size: 210 Bytes

Versions: 1

Compression:

Stored size: 210 Bytes

Contents

require 'chunky_png'
require 'oily_png/png_decoding'

module OilyPNG
  
  VERSION = "0.0.3"

  def self.included(base)
    base::Canvas.extend OilyPNG::PNGDecoding
  end

end

ChunkyPNG.send(:include, OilyPNG)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
oily_png-0.0.3 lib/oily_png.rb