Can i use Framer studio with another libraries, for example snapsvg ?
Yes, no problem. If you need to access the layer element directly you can use layer._element.
Koen Bok - How exactly do you include the library? Where do you put the file. How do you include it, call it etc...?
You'll find quite some examples in the group: https://www.facebook.com/groups/framerjs/search/?query=svg
Thanks Koen - that helped, found an example.
For anyone else who searches for this. You need to include the JS file in the index.html file. I put the file tinycolor.js into the modules folder, and then you can use it in coffeescript. Here's a basic example:
http://share.framerjs.com/6u3sevl4a5q4/
4 Comments