Framer.js module for making comments in your prototypes
- Download the Comment.coffee file and drop it inside a Framer Studio project.
More info about how to install modules in Framer: FramerJS Docs - Modules
new Comment
text: "not decided on this animation"
superLayer: featuredScroll.content
x: 20
y: 20
new Comment
text: "this image is just a placeholder"
midX: image.x
midY: image.y
new Comment
text: "this feature is not yet implemented in the prototype"
midX: page.screenFrame.x
midY: page.screenFrame.y