chhavi-io
v1.0.0
Published
> Generate Image url on the basis of given parameter
Downloads
11
Readme
Chhavi.io
Generate Image url on the basis of given parameter
const chhavi = require("chhavi")
console.log(chhavi("http://example.com/image_path.jpg", {"width":100, "height":100, "rotate":90}))
// http://example.com/image_path.jpg?width=123&height=100&rotate=90
# rotate should be 90, 180, 270, 360