All Fabric-js related Questions

by fatso | 27/11/16 | 1 Answers | Tags : Javascript , HTML , XHTML , fabric js Views : 1151
i am new to fabric js and i want to use with one web application and i don't know where to start . where to start to integrate fabric js ? how to setup fabric js in web page ? i downloaded fabric js from github https://github.com/kangax/fabric.js/ and after this pls explain how to start with fabric js ?

Read more

by duglus | 24/11/16 | 1 Answers | Tags : Javascript , fabric js Views : 1223
problem arise with fonts which supports kerning how it look in canvas problem fiddle :: http://jsfiddle.net/3jk3jvy7/147/ problem video :: http://screencast.com/t/gYVMk4Gj

Read more

by duglus | 24/11/16 | 1 Answers | Tags : Javascript , PHP , fabric js Views : 2448
let me explain why i need it . by method toDataUrl i got string with data type and format followed by base64 encoded image data and it very heavy in size . its about 8 MB because canvas have images of resolution ~9000x9000 and up by using toDataUrl and post string which is 8 mb in size by ajax . it take about 2 to 3 minute wait . which is not reliable and user friendly so i need some other way where i cut this time by posting . so i am thinking if i do it in server side in cron . for that i need some php program which convert fabric js json to Image

Read more