0.1.4 • Published 8 years ago

manaka-club v0.1.4

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

base on ImageStone

usage

var Img = require("manaka-club");

var img = new Img();

load image

 img.load(path);   
 

append texts

img.drawText(text,font,size,location,rgb,cb);    	
//font,size,location,rgb are optional parameters   	
//location : an Array of X and Y   	
//rgb : an Arry of r,g,b  

effects

 img.effect(effectName,argsList,callback);   
 //argsList is an array of effect arguments   

save

img.save(path,quality)    	
//quality are not necessary which is related to saving image quality   

effect list (effect:arguments list)

other

APL:chs  

OS: windows  
  
-0.1.0  

-0.1.1 :  package.json updata  

-0.1.3 :  readme updata  

-0.1.4 :  ia32,github updata 


	
0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago