Method: Squib::DSL::PNG.accepted_params

Defined in:
lib/squib/dsl/png.rb

.accepted_paramsObject



25
26
27
28
29
30
31
32
33
34
35
36
# File 'lib/squib/dsl/png.rb', line 25

def self.accepted_params
  %i(
    file
    x y width height
    alpha blend mask angle
    crop_x crop_y crop_width crop_height
    crop_corner_radius crop_corner_x_radius crop_corner_y_radius
    flip_horizontal flip_vertical
    range layout
    placeholder
   )
end