yagi_

Results 14 comments of yagi_

Check out the latest commit: https://github.com/yagitoshiro/ImageAsResized/commit/3325d3c28b2ed076c60ed94ac3e7e4d8a8e64af6

how about this? ``` javascript function resizeAndSave(e){ var image_module = require('org.selfkleptomaniac.ti.imageasresized'); var resized_image = e.media; var rate = 16; var width = e.cropRect.width / rate; var height = e.cropRect.height /...

Frank, I have an example written in Ruby + Sinatra: https://github.com/yagitoshiro/TwilioDemo/blob/master/server/index.rb

Hi, check this PR, which I've already merged. https://github.com/yagitoshiro/TiTwilio/pull/3 In my environment if works fine. If it does not in yours, please share your code.