Maria Vilaró
Maria Vilaró

Reputation: 314

Fabric.js with IText

I'm trying to download fabric.js, I'm doing it through this page

http://fabricjs.com/build/

But whatever the options I select, the result doesn't include iText. For example, with all the options selected:

http://fabricjs.com/build/files/text,cufon,gestures,easing,parser,freedrawing,interaction,serialization,image_filters,gradient,pattern,shadow,node.js

How can I get fabric.js with iText?

Upvotes: 0

Views: 490

Answers (1)

JUMIK
JUMIK

Reputation: 26

Just get the latest build from github or use CDN http://cdnjs.cloudflare.com/ajax/libs/fabric.js/1.5.0/fabric.min.js

Upvotes: 1

Related Questions