StanAngeloff / compass-magick

Dynamic image generation for Compass using ChunkyPNG/PhantomJS.
http://StanAngeloff.github.com/compass-magick/
Other
157 stars 4 forks source link

short names #10

Open boomyjee opened 13 years ago

boomyjee commented 13 years ago

it would by nice to write canvas instead of magick-canvas gradient instead of magick-gradient and so on

StanAngeloff commented 13 years ago

I thought I replied on this issue from my phone, but obviously the connection dropped before I was able to do so.

While it would be nice to have short names for the methods, it would likely also cause clashes with other plug-ins for Compass. I am not aware of any that use the names gradient, canvas, etc. but this is not to say there won't be any released in the future.

It may be possible to implement this using a configuration option, e.g., magick_short_names = true in config.rb. I will leave the issue open for now.